1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-03 13:00:37 +08:00

Merge pull request #3683 from ipfs/misc/update-version

misc: increase version number to 0.4.6-dev
This commit is contained in:
Jeromy Johnson
2017-02-12 11:20:33 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -305,6 +305,6 @@
"language": "go", "language": "go",
"license": "MIT", "license": "MIT",
"name": "go-ipfs", "name": "go-ipfs",
"version": "0.4.5" "version": "0.4.6-dev"
} }

View File

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