bump version number to 0.2.2
Jeromy committed
Feb 26, 2015 at 19:48 UTC
b2b3aa859a2d0afc63575136e3ede3678dd00dcb
1 file changed
+1
-1
repo/config/version.go
+1
-1
@@ -8,7 +8,7 @@ import (
8
)
9
10
// CurrentVersionNumber is the current application's version literal
11
-const CurrentVersionNumber = "0.2.1"
11
+const CurrentVersionNumber = "0.2.2"
12
13
// Version regulates checking if the most recent version is run
14
type Version struct {