V1.10.26 rebase wip #289

Merged
ABastionOfSanity merged 11 commits from v1.10.26-rebase-wip into v1.10.26-statediff-v4 2022-11-04 17:46:38 +00:00
Showing only changes of commit 86f8f34c35 - Show all commits

View File

@ -21,10 +21,10 @@ import (
)
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 26 // Patch version component of the current release
VersionMeta = "statediff-4.2.2-alpha" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 26 // Patch version component of the current release
VersionMeta = "statediff-4.2.2-alpha" // Version metadata to append to the version string
)
// Version holds the textual version string.