@cryptotaxi247 / kubo / commits / 1f3f1f65d

version bump to 0.4.4-dev

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

Jeromy committed Aug 16, 2016 at 09:23 UTC 1f3f1f65da35fa84ba10ec574727665957555ffd
2 files changed +2 -2
package.json
+1 -1
@@ -195,5 +195,5 @@
195 "language": "go",
196 "license": "MIT",
197 "name": "go-ipfs",
198 - "version": "0.4.3-rc3"
198 + "version": "0.4.4-dev"
199 }
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.3-rc3"
7 +const CurrentVersionNumber = "0.4.4-dev"
8
9 const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"