Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Jul 15, 2017
1 parent cfcc9c1 commit 3ee3047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion akamai-purge.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
{
Expand Down
2 changes: 1 addition & 1 deletion cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
}
Expand Down

0 comments on commit 3ee3047

Please sign in to comment.