diff --git a/akamai-purge.go b/akamai-purge.go index 32b4e5a..45d4f8d 100644 --- a/akamai-purge.go +++ b/akamai-purge.go @@ -22,7 +22,7 @@ import ( ) const ( - VERSION = "0.3.0" + VERSION = "1.0.0" ) func main() { diff --git a/cli.json b/cli.json index 394cb30..f0a73d4 100644 --- a/cli.json +++ b/cli.json @@ -6,7 +6,7 @@ "commands": [ { "name": "purge", - "version": "0.2.1", + "version": "1.0.0", "description": "Purge content from the Edge", "bin": "https://github.com/akamai/cli-purge/releases/download/{{.Version}}/akamai-{{.Name}}-{{.Version}}-{{.OS}}{{.Arch}}{{.BinSuffix}}", "auto-complete": true