Skip to content

Commit

Permalink
gx: release 0.4.19-rc2
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Steven Allen <[email protected]>
  • Loading branch information
Stebalien committed Feb 27, 2019
1 parent ab1e457 commit 3b5d6ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.19-rc1: QmT67XjBy8fi2Cv1WdUJaiS9hZxn5gEYLyQ3hACMyEDj8d
0.4.19-rc2: QmVAHbzEyo3tvf5QZQNDy4aiVjRsFeYNuPhp6xbzzmRrT8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.19-rc1"
"version": "0.4.19-rc2"
}

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.19-rc1"
const CurrentVersionNumber = "0.4.19-rc2"

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

0 comments on commit 3b5d6ca

Please sign in to comment.