Skip to content

Commit

Permalink
Bump version for patch release to 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmitra committed Apr 13, 2019
1 parent cc461f6 commit 6446884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
log "github.com/sirupsen/logrus"
)

var VERSION = "0.2.1"
var VERSION = "0.2.2"

func main() {
cmd.Execute(VERSION)
Expand Down

0 comments on commit 6446884

Please sign in to comment.