bump development version to 0.3.10-dev
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Oct 30, 2015 at 19:56 UTC
36de29acceda06b50016539971d330d4504a550a
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.9"
11
+const CurrentVersionNumber = "0.3.10-dev"
12
13
// CurrentCommit is the current git commit, this is set as a ldflag in the Makefile
14
var CurrentCommit string