Skip to content

Commit

Permalink
release: go-ipfs 0.4.21-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed May 22, 2019
1 parent 018b5e9 commit 0bc9c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ require (
go.uber.org/multierr v1.1.0 // indirect
go4.org v0.0.0-20190313082347-94abd6928b1d // indirect
golang.org/x/sys v0.0.0-20190522044717-8097e1b27ff5
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
gotest.tools/gotestsum v0.3.4
)
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.21-rc1"
const CurrentVersionNumber = "0.4.21-rc2"

const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"

0 comments on commit 0bc9c2f

Please sign in to comment.