Skip to content

Commit

Permalink
ipfs version 0.4.3-rc2
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jeromy <[email protected]>
  • Loading branch information
whyrusleeping committed Aug 4, 2016
1 parent 5ac6ede commit 813bcb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.2"
"version": "0.4.3-rc2"
}
2 changes: 1 addition & 1 deletion repo/config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package config
var CurrentCommit string

// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.3-dev"
const CurrentVersionNumber = "0.4.3-rc2"

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

0 comments on commit 813bcb6

Please sign in to comment.