@cryptotaxi247 / kubo / commits / 40533eda5

bump version to 0.4.13-dev

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Nov 10, 2017 at 16:41 UTC 40533eda5ecf6df393b0f056437509648eb522e2
2 files changed +2 -2
package.json
+1 -1
@@ -493,6 +493,6 @@
493 "language": "go",
494 "license": "MIT",
495 "name": "go-ipfs",
496 - "version": "0.4.12"
496 + "version": "0.4.13-dev"
497 }
498
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.12"
7 +const CurrentVersionNumber = "0.4.13-dev"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"