Merge pull request #5017 from ipfs/feat/0.4.16-dev-bump

version bump to 0.4.16-dev
This commit is contained in:
Whyrusleeping 2018-05-12 12:24:55 +01:00 committed by GitHub
commit 4d146be01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -605,6 +605,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.15"
"version": "0.4.16-dev"
}

View File

@ -4,6 +4,6 @@ package config
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.15"
const CurrentVersionNumber = "0.4.16-dev"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"