Skip to content

Commit

Permalink
Version bump to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mthssdrbrg committed Aug 13, 2020
1 parent d551e32 commit 14e6add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddns-route53
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

declare -r DATE_FORMAT="%Y-%m-%d %H:%M:%S"
declare -r VERSION="2.0.4"
declare -r VERSION="2.1.0"
declare ttl=${DDNS_ROUTE53_TTL:-300}
declare record_type="${DDNS_ROUTE53_TYPE:-A}"
declare comment="${DDNS_ROUTE53_COMMENT:-Updated at $(date +"$DATE_FORMAT")}"
Expand Down

0 comments on commit 14e6add

Please sign in to comment.