Skip to content

Commit

Permalink
Bump version: 0.2.11 → 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Dakkak committed May 30, 2017
1 parent a3964f5 commit 6478572
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.11
current_version = 0.2.12
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.11
0.2.12
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

var (
// These fields are populated by govvv
Version = "0.2.11"
Version = "0.2.12"
BuildDate string
GitCommit string
GitBranch string
Expand Down

0 comments on commit 6478572

Please sign in to comment.