diff --git a/.github/workflows/on-master.yaml b/.github/workflows/on-master.yaml index 45ac309a9..e53dc88b5 100644 --- a/.github/workflows/on-master.yaml +++ b/.github/workflows/on-master.yaml @@ -3,10 +3,9 @@ name: Docker Build and publish to Github on: push: branches: - - statediff_at_anyblock-1.9.11 - - v1.9.23-statediff-0.0.11 - - v1.9.23-statediff-0.0.10 - - v1.9.23-statediff-0.0.9 + - v1.9.24-statediff + - v1.9.23-statediff + - v1.9.11-statediff jobs: build: diff --git a/params/version.go b/params/version.go index c0f356889..e66151e0b 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 9 // Minor version component of the current release VersionPatch = 24 // Patch version component of the current release - VersionMeta = "stable" // Version metadata to append to the version string + VersionMeta = "statediff-0.0.11" // Version metadata to append to the version string ) // Version holds the textual version string.