Skip to content

Commit

Permalink
Ipfs 0.4.8-rc1
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 Mar 25, 2017
1 parent 26f96f8 commit a8b56d3
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 @@ -312,6 +312,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.8-dev"
"version": "0.4.8-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.8-dev"
const CurrentVersionNumber = "0.4.8-rc1"

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

0 comments on commit a8b56d3

Please sign in to comment.