diff --git a/akamai-purge.go b/akamai-purge.go index 14676a0..526313a 100644 --- a/akamai-purge.go +++ b/akamai-purge.go @@ -54,7 +54,7 @@ func main() { app.HelpName = app_name app.Usage = "A CLI for Purge" app.Description = "Purge Content from the Edge. URLs/CPCodes may be specified as a list of arguments, or piped in via STDIN" - app.Version = "0.1.0" + app.Version = "0.2.0" app.Copyright = "Copyright (C) Akamai Technologies, Inc" app.Authors = []cli.Author{ { diff --git a/cli.json b/cli.json index 006ba42..fcce3cb 100644 --- a/cli.json +++ b/cli.json @@ -5,7 +5,7 @@ "commands": [ { "name": "purge", - "version": "0.1.0", + "version": "0.2.0", "description": "Purge content from the Edge", "bin": "https://github.com/akamai/cli-purge/releases/download/{{.Version}}/akamai-{{.Name}}-{{.Version}}-{{.OS}}{{.Arch}}{{.BinSuffix}}" }