Skip to content

Commit

Permalink
chore(release): bump to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Jan 15, 2023
1 parent eef5ded commit 2afec68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions duckdns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ cmd_update() { (
); }

cmd_version() { (
my_year='0000'
my_version='v0.0.0'
my_date='0000-00-00'
my_year='2023'
my_version='v1.0.3'
my_date='2023-01-15 00:49:52 +0000'

echo "DuckDNS.sh ${my_version} (${my_date})"
echo "Copyright ${my_year} AJ ONeal"
Expand Down

0 comments on commit 2afec68

Please sign in to comment.