misc: increase version number to 0.4.6-dev
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Feb 12, 2017 at 20:08 UTC
4c20640a04fcaad0dac0c391c1a40f85c40f9b83
2 files changed
+2
-2
package.json
+1
-1
@@ -305,6 +305,6 @@
305
"language": "go",
306
"license": "MIT",
307
"name": "go-ipfs",
308
- "version": "0.4.5"
308
+ "version": "0.4.6-dev"
309
}
310
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.5"
7
+const CurrentVersionNumber = "0.4.6-dev"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"