@cryptotaxi247 / kubo / commits / b08a674ac

bump version to 0.4.14-dev

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

Jeromy committed Nov 18, 2017 at 08:41 UTC b08a674acb982c7fab0ae608080285a2b4825fb1
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.13"
496 + "version": "0.4.14-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.13"
7 +const CurrentVersionNumber = "0.4.14-dev"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"