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 @@ -31,10 +31,10 @@ var (
3131
3232// see https://calver.org
3333const (
34- VersionMajor = 2022 // Major version component of the current release
35- VersionMinor = 5 // Minor version component of the current release
36- VersionMicro = 5 // Patch version component of the current release
37- VersionModifier = "dev " // Modifier component of the current release
34+ VersionMajor = 2022 // Major version component of the current release
35+ VersionMinor = 5 // Minor version component of the current release
36+ VersionMicro = 5 // Patch version component of the current release
37+ VersionModifier = "alpha " // Modifier component of the current release
3838 VersionKeyCreated = "ErigonVersionCreated"
3939 VersionKeyFinished = "ErigonVersionFinished"
4040)
You can’t perform that action at this time.
0 commit comments