Skip to content

Commit

Permalink
release: cut the rc1
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
Stebalien committed Apr 5, 2019
1 parent d6b46de commit 9c6b5eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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! 🎁
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 + "/"

0 comments on commit 9c6b5eb

Please sign in to comment.