bump development version
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Aug 18, 2015 at 15:45 UTC
e9bedb1aef3641c8ad94f0f03c62e12b4acef900
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.3.7"
11
+const CurrentVersionNumber = "0.3.8-dev"
12
13
// Version regulates checking if the most recent version is run
14
type Version struct {