From 6503126e5c4d3aadb4e1806778cfdd6d1a554e29 Mon Sep 17 00:00:00 2001 From: iosmanthus Date: Tue, 14 Dec 2021 17:45:55 +0800 Subject: [PATCH] bump to 2.1.2 Signed-off-by: iosmanthus --- .github/workflows/auto-release.yaml | 1 + .gitignore | 1 + Makefile | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index 146bafa..482d6b5 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -28,3 +28,4 @@ jobs: title: "Release Build" files: | learner-recover.tar.gz + sha256sum diff --git a/.gitignore b/.gitignore index 566ed87..7c86d16 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ learner-recover /dist /config/recover-info.json +/sha256sum \ No newline at end of file diff --git a/Makefile b/Makefile index 2727d9a..b766310 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file