go-ipfs version 0.3.6 (config version bump)
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Jul 30, 2015 at 10:56 UTC
d50def3f5cb42a724de6f96c333b11281975add1
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.5"
11
+const CurrentVersionNumber = "0.3.6"
12
13
// Version regulates checking if the most recent version is run
14
type Version struct {