mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
version bump to 0.4.17-dev
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
parent
07feeec9c4
commit
7927196fe4
@ -551,6 +551,6 @@
|
||||
"language": "go",
|
||||
"license": "MIT",
|
||||
"name": "go-ipfs",
|
||||
"version": "0.4.16"
|
||||
"version": "0.4.17-dev"
|
||||
}
|
||||
|
||||
|
||||
@ -4,6 +4,6 @@ package config
|
||||
var CurrentCommit string
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.4.16"
|
||||
const CurrentVersionNumber = "0.4.17-dev"
|
||||
|
||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user