Bump version to 0.4-dev instead of 0.3.1-dev

This commit is contained in:
Jeff Mitchell 2015-11-10 10:28:40 -05:00
parent 2a00e97c51
commit 559bf9221c

View File

@ -10,7 +10,7 @@ var GitCommit string
var GitDescribe string
// The main version number that is being run at the moment.
const Version = "0.3.1"
const Version = "0.4.0"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release