Skip to content

Commit

Permalink
.github/workflows,params: bump version: v1.12.6-unstable to v1.12.6-s…
Browse files Browse the repository at this point in the history
…table

This version bump fixes the ARM builds
that didnt build right on the CI in the
latest version (v1.12.5).

Date: 2022-01-13 11:36:06-08:00
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Jan 13, 2022
1 parent 869bbf6 commit 20d20d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "arm: This archive filepath is deprecated."
echo " It will be removed, and will cease to be present"
echo " as of the etclabscore/[email protected].6 release."
echo " as of the etclabscore/[email protected].7 release."
echo " The \*-arm5\* build should be used instead."
GOARM=5 go run build/ci.go install -dlgo -arch arm -cc arm-linux-gnueabi-gcc
env BUILD_OS_NAME=arm ./build/archive-signing.sh
Expand Down
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 12 // Minor version component of the current release
VersionPatch = 6 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 12 // Minor version component of the current release
VersionPatch = 6 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VersionName = "CoreGeth"
)

Expand Down

0 comments on commit 20d20d7

Please sign in to comment.