Skip to content

Commit

Permalink
Merge pull request #1938 from diasdavid/update-version-to-0.4.0
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
jbenet committed Nov 6, 2015
2 parents fd153f2 + 488ebd6 commit 6948d30
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 @@ -8,7 +8,7 @@ import (
)

// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.3.8-dev"
const CurrentVersionNumber = "0.4.0-dev"

// Version regulates checking if the most recent version is run
type Version struct {
Expand Down

0 comments on commit 6948d30

Please sign in to comment.