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

Merge pull request #3623 from ipfs/bump/0.4.5-pre2

Ipfs 0.4.5, pre-release 2
This commit is contained in:
Jeromy Johnson
2017-01-21 23:30:46 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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