pkg/buildinfo: Bump VersionBase as v0.20.x has been branched.

Commits from this point now target v0.21.0.
This commit is contained in:
Qi Xiao 2024-02-06 14:31:22 +01:00
parent a6a33daedf
commit 56469f853b

View File

@ -19,7 +19,7 @@ import (
// VersionBase identifies the version of Elvish. On the development branches, it
// identifies the next release.
const VersionBase = "0.20.0"
const VersionBase = "0.21.0"
// VCSOverride may be set during compilation to "time-commit" (e.g.
// "20220320172241-5dc8c02a32cf") for identifying the version of development