Skip to content

Commit

Permalink
Ipfs 0.4.5, release candidate 1
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
  • Loading branch information
whyrusleeping committed Jan 30, 2017
1 parent 24c5c87 commit 313b884
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 @@ -305,6 +305,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.5-pre2"
"version": "0.4.5-rc1"
}

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.5-pre2"
const CurrentVersionNumber = "0.4.5-rc1"

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

0 comments on commit 313b884

Please sign in to comment.