mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 13:27:50 +08:00
Merge pull request #3298 from ipfs/feat/bump-0.4.5-dev
bump dev version to 0.4.5
This commit is contained in:
commit
edf2b52f7a
@ -275,6 +275,6 @@
|
||||
"language": "go",
|
||||
"license": "MIT",
|
||||
"name": "go-ipfs",
|
||||
"version": "0.4.4-dev"
|
||||
"version": "0.4.5-dev"
|
||||
}
|
||||
|
||||
|
||||
@ -4,6 +4,6 @@ package config
|
||||
var CurrentCommit string
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.4.4-dev"
|
||||
const CurrentVersionNumber = "0.4.5-dev"
|
||||
|
||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user