Bump master to 1.7.0-dev

This commit is contained in:
Aayush Rajasekaran 2021-03-29 19:41:47 -04:00
parent a7122d424b
commit ea2e668b57
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -29,7 +29,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "1.6.0-dev"
const BuildVersion = "1.7.0-dev"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit