Skip to content

Commit

Permalink
bump to 2.1.4
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 9fd427d commit 68cb1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -29,3 +29,4 @@ jobs:
files: |
learner-recover.tar.gz
sha256sum
md5sum
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ all: build
build:
go build -ldflags \
"-X ${GOMOD}/version.GitCommit=$(GIT_COMMIT) \
-X ${GOMOD}/version.Version=2.1.3"
-X ${GOMOD}/version.Version=2.1.4"

@sha256sum learner-recover > sha256sum
@md5sum learner-recover > md5sum

0 comments on commit 68cb1f6

Please sign in to comment.