Compare commits

...

2 Commits

Author SHA1 Message Date
Jim McDonald
e0e1f697d3 Bump version. 2021-09-21 13:47:33 +01:00
Jim McDonald
1b70a66120 Update workflow. 2021-09-21 13:44:02 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ jobs:
- name: Fetch xgo
run: |
go get github.com/wealdtech/xgo
go install github.com/wealdtech/xgo@latest
- name: Cross-compile linux
run: |

View File

@@ -24,7 +24,7 @@ import (
// ReleaseVersion is the release version of the codebase.
// Usually overridden by tag names when building binaries.
var ReleaseVersion = "local build (latest release 1.12.0)"
var ReleaseVersion = "local build (latest release 1.12.1)"
// versionCmd represents the version command
var versionCmd = &cobra.Command{