Skip to content

Commit

Permalink
Merge pull request #3298 from ipfs/feat/bump-0.4.5-dev
Browse files Browse the repository at this point in the history
bump dev version to 0.4.5
  • Loading branch information
whyrusleeping authored Oct 10, 2016
2 parents 7962903 + 20ceb92 commit edf2b52
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 @@ -275,6 +275,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.4-dev"
"version": "0.4.5-dev"
}

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.4-dev"
const CurrentVersionNumber = "0.4.5-dev"

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

0 comments on commit edf2b52

Please sign in to comment.