update github actions and version meta after rebase

This commit is contained in:
Ian Norden 2021-05-05 12:01:56 -05:00
parent 19ee8a0703
commit 0c67c8f925
2 changed files with 5 additions and 4 deletions

View File

@ -3,6 +3,7 @@ name: Docker Build and publish to Github
on: on:
push: push:
branches: branches:
- v1.10.3-statediff
- v1.10.2-statediff - v1.10.2-statediff
- v1.10.1-statediff - v1.10.1-statediff
- v1.9.25-statediff - v1.9.25-statediff

View File

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