From 68aa1dea5080153a60a70388494a45ffcdeccb83 Mon Sep 17 00:00:00 2001 From: Ian Norden Date: Fri, 13 Nov 2020 15:11:25 -0600 Subject: [PATCH] bump version meta; update github actions workflows --- .github/workflows/on-master.yaml | 7 +++---- params/version.go | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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.