Skip to content

Commit

Permalink
bump version meta; update github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
i-norden committed Nov 13, 2020
1 parent 2c107d7 commit 68aa1de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/on-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 68aa1de

Please sign in to comment.