Skip to content

Commit

Permalink
ipfs version 0.4.3-rc3
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 10, 2016
1 parent ab0492c commit 685cd28
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.3-rc2"
"version": "0.4.3-rc3"
}
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-rc2"
const CurrentVersionNumber = "0.4.3-rc3"

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

0 comments on commit 685cd28

Please sign in to comment.