ipfs 0.3.11-dev version bump
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Dec 7, 2015 at 17:31 UTC
8e891d8b5022348e5e26b4e7786914c94151c59a
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.10"
11
+const CurrentVersionNumber = "0.3.11-dev"
12
13
// CurrentCommit is the current git commit, this is set as a ldflag in the Makefile
14
var CurrentCommit string