File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ var (
3434
3535// see https://calver.org
3636const (
37- VersionMajor = 3 // Major version component of the current release
38- VersionMinor = 0 // Minor version component of the current release
39- VersionMicro = 0 // Patch version component of the current release
40- VersionModifier = "dev " // Modifier component of the current release
37+ VersionMajor = 3 // Major version component of the current release
38+ VersionMinor = 0 // Minor version component of the current release
39+ VersionMicro = 0 // Patch version component of the current release
40+ VersionModifier = "alpha1 " // Modifier component of the current release
4141 VersionKeyCreated = "ErigonVersionCreated"
4242 VersionKeyFinished = "ErigonVersionFinished"
4343)
You can’t perform that action at this time.
0 commit comments