misc: increase version to 0.4.12-dev
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Oct 3, 2017 at 10:46 UTC
04137cf3c1667a01e3f8464b56b04218c8443544
2 files changed
+2
-2
package.json
+1
-1
@@ -469,6 +469,6 @@
469
"language": "go",
470
"license": "MIT",
471
"name": "go-ipfs",
472
- "version": "0.4.11"
472
+ "version": "0.4.12-dev"
473
}
474
repo/config/version.go
+1
-1
@@ -4,6 +4,6 @@ package config
4
var CurrentCommit string
5
6
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.4.11"
7
+const CurrentVersionNumber = "0.4.12-dev"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"