@cryptotaxi247 / kubo / commits / 987ff1a6f

bump dev version to 0.4.9

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

Jeromy committed Mar 30, 2017 at 10:07 UTC 987ff1a6fb7427c6680c3f2246035e4331e02084
2 files changed +2 -2
package.json
+1 -1
@@ -312,6 +312,6 @@
312 "language": "go",
313 "license": "MIT",
314 "name": "go-ipfs",
315 - "version": "0.4.8"
315 + "version": "0.4.9-dev"
316 }
317
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.8"
7 +const CurrentVersionNumber = "0.4.9-dev"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"