bump version to 0.4.11-dev
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Jul 7, 2017 at 12:20 UTC
87f245419b14fc6fd935a4841872524af2030fe5
2 files changed
+2
-2
package.json
+1
-1
@@ -442,6 +442,6 @@
442
"language": "go",
443
"license": "MIT",
444
"name": "go-ipfs",
445
- "version": "0.4.10"
445
+ "version": "0.4.11-dev"
446
}
447
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.10"
7
+const CurrentVersionNumber = "0.4.11-dev"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"