update version
License: MIT Signed-off-by: David Dias <daviddias.p@gmail.com>
David Dias committed
Nov 3, 2015 at 16:19 UTC
694abdeea3051933bf8e44a2437627eae21e016b
1 file changed
+4
-4
repo/config/version.go
+4
-4
@@ -7,14 +7,14 @@ import (
7
"time"
8
)
9
10
+// CurrentCommit is the current git commit, this is set as a ldflag in the Makefile
11
+var CurrentCommit string
12
+
13
// CurrentVersionNumber is the current application's version literal
11
-const CurrentVersionNumber = "0.3.11"
14
+const CurrentVersionNumber = "0.4.0-dev"
15
16
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
17
15
-// CurrentCommit is the current git commit, this is set as a ldflag in the Makefile
16
-var CurrentCommit string
17
-
18
// Version regulates checking if the most recent version is run
19
type Version struct {
20
// Current is the ipfs version for which config was generated