diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aef8bd4..9163ad8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.1 +current_version = 1.9.2 commit = True tag = True diff --git a/Makefile b/Makefile index 9e7dc15..bbd2820 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ APP_NAME := specimen-go -APP_VERSION := v1.9.1 +APP_VERSION := v1.9.2 PLATFORMS := linux/amd64 linux/386 darwin/amd64 darwin/386 windows/amd64 windows/386 temp = $(subst /, ,$@) diff --git a/README.md b/README.md index 8884d41..e227adc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## 使用方式 -最新版本下载:[specimen-go 最新版本 v1.9.1](https://github.com/zxjsdp/specimen-go/releases) +最新版本下载:[specimen-go 最新版本 v1.9.2](https://github.com/zxjsdp/specimen-go/releases) - 对于 Windows 用户,建议下载使用已经编译好的用户界面(GUI)版本,点击运行即可; - 对于 Linux & macOS 用户,仅支持命令行版本不支持 GUI。建议自行编译,也可使用已编译好的二进制可执行文件。 diff --git a/config/specimen.go b/config/specimen.go index 7c33606..63a7684 100644 --- a/config/specimen.go +++ b/config/specimen.go @@ -5,7 +5,7 @@ import ( ) const ( - Version = "v1.9.1" // 请勿手动修改, 应使用 bumpversion 自动更新 + Version = "v1.9.2" // 请勿手动修改, 应使用 bumpversion 自动更新 Title = "植物标本录入软件" )