1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 19:24:14 +08:00

Merge pull request #4274 from ipfs/misc/inc-version

misc: increase version to 0.4.12-dev
This commit is contained in:
Jeromy Johnson
2017-10-03 17:11:01 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -469,6 +469,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.11"
"version": "0.4.12-dev"
}

View File

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