Skip to content

Commit

Permalink
bump to 2.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: iosmanthus <[email protected]>
  • Loading branch information
iosmanthus committed Dec 14, 2021
1 parent 10c47ef commit 6503126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
title: "Release Build"
files: |
learner-recover.tar.gz
sha256sum
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
learner-recover
/dist
/config/recover-info.json
/sha256sum
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ all: build
build:
go build -ldflags \
"-X ${GOMOD}/version.GitCommit=$(GIT_COMMIT) \
-X ${GOMOD}/version.Version=2.1.1"
-X ${GOMOD}/version.Version=2.1.2"

@sha256sum learner-recover > sha256sum

0 comments on commit 6503126

Please sign in to comment.