mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 03:17:43 +08:00
release: cut the rc1
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
d6b46de679
commit
9c6b5ebe01
@ -1,6 +1,10 @@
|
||||
# go-ipfs changelog
|
||||
|
||||
## 0.4.19 2018-03-01
|
||||
## 0.4.20-rc1 2019-04-04
|
||||
|
||||
TODO
|
||||
|
||||
## 0.4.19 2019-03-01
|
||||
|
||||
We're happy to announce go 0.4.19. This release contains a bunch of important
|
||||
fixes and a slew of new and improved features. Get pumped and upgrade ASAP to benefit from all the new goodies! 🎁
|
||||
|
||||
@ -4,6 +4,6 @@ package ipfs
|
||||
var CurrentCommit string
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.4.20-dev"
|
||||
const CurrentVersionNumber = "0.4.20-rc1"
|
||||
|
||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user