mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 06:47:51 +08:00
ipfs version 0.4.3-rc2
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
parent
5ac6ede829
commit
813bcb641d
@ -195,5 +195,5 @@
|
||||
"language": "go",
|
||||
"license": "MIT",
|
||||
"name": "go-ipfs",
|
||||
"version": "0.4.2"
|
||||
"version": "0.4.3-rc2"
|
||||
}
|
||||
|
||||
@ -4,6 +4,6 @@ package config
|
||||
var CurrentCommit string
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.4.3-dev"
|
||||
const CurrentVersionNumber = "0.4.3-rc2"
|
||||
|
||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user