Skip to content

Commit

Permalink
version bump to v0.4.3-dev
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
  • Loading branch information
whyrusleeping committed Jun 28, 2016
1 parent 549117c commit a7c38af
Showing 1 changed file with 1 addition and 1 deletion.
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.2"
const CurrentVersionNumber = "0.4.3-dev"

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

0 comments on commit a7c38af

Please sign in to comment.