bump version number to 0.2.1 after panic fix
Jeromy committed
Feb 21, 2015 at 14:36 UTC
8946dbda2dda6b54d1ea23026ecf4f326500a80e
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.0"
11
+const CurrentVersionNumber = "0.2.1"
12
13
// Version regulates checking if the most recent version is run
14
type Version struct {