mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
commit
5db38464bf
@ -1,6 +1,6 @@
|
||||
# go-ipfs changelog
|
||||
|
||||
## 0.4.14 2018-03-02
|
||||
## 0.4.14 2018-03-22
|
||||
|
||||
Ipfs 0.4.14 is a big release with a large number of improvements and bugfixes.
|
||||
It is also the first release of 2018, and our first release in over three
|
||||
|
||||
@ -581,6 +581,6 @@
|
||||
"language": "go",
|
||||
"license": "MIT",
|
||||
"name": "go-ipfs",
|
||||
"version": "0.4.14-rc3"
|
||||
"version": "0.4.14"
|
||||
}
|
||||
|
||||
|
||||
@ -4,6 +4,6 @@ package config
|
||||
var CurrentCommit string
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.4.14-rc3"
|
||||
const CurrentVersionNumber = "0.4.14"
|
||||
|
||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user