@cryptotaxi247 / kubo / commits / 20ceb9241

bump dev version to 0.4.5

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Oct 10, 2016 at 07:50 UTC 20ceb9241bc0c4c93d21765c4494e693d5e387be
2 files changed +2 -2
package.json
+1 -1
@@ -275,6 +275,6 @@
275 "language": "go",
276 "license": "MIT",
277 "name": "go-ipfs",
278 - "version": "0.4.4-dev"
278 + "version": "0.4.5-dev"
279 }
280
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.4-dev"
7 +const CurrentVersionNumber = "0.4.5-dev"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"