diff --git a/create-hostname/main.go b/create-hostname/main.go index b8d0f5d..28329cb 100644 --- a/create-hostname/main.go +++ b/create-hostname/main.go @@ -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 diff --git a/decode-hostname/main.go b/decode-hostname/main.go index 2ee92ac..853f401 100644 --- a/decode-hostname/main.go +++ b/decode-hostname/main.go @@ -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