@cryptotaxi247 / kubo / commits / 5c6f8578d

Start 0.4.15-dev cycle

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

Jeromy committed Mar 22, 2018 at 23:01 UTC 5c6f8578d56368f7df346de54bb10712db14bae3
2 files changed +2 -2
package.json
+1 -1
@@ -581,6 +581,6 @@
581 "language": "go",
582 "license": "MIT",
583 "name": "go-ipfs",
584 - "version": "0.4.14"
584 + "version": "0.4.15-dev"
585 }
586
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.14"
7 +const CurrentVersionNumber = "0.4.15-dev"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"