Skip to content

Commit

Permalink
Corrected version number
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Jan 10, 2017
1 parent 397e738 commit 82bb123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create-hostname/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
version = "create-hostname 1.0.4"
version = "create-hostname 1.0.6"
usage = `
Usage:
create-hostname --ip IP --subdomain SUBDOMAIN --expires EXPIRES --secret SECRET
Expand Down
2 changes: 1 addition & 1 deletion decode-hostname/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var (
version = "decode-hostname 1.0.4"
version = "decode-hostname 1.0.6"
usage = `
Usage:
decode-hostname --fqdn FQDN --subdomain SUBDOMAIN --secret SECRET
Expand Down

0 comments on commit 82bb123

Please sign in to comment.