Skip to content

Commit

Permalink
Bump version: 1.9.1 → 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zxjsdp committed Jan 23, 2020
1 parent d5bb5d1 commit 023b0fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.1
current_version = 1.9.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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 /, ,$@)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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。建议自行编译,也可使用已编译好的二进制可执行文件。
Expand Down
2 changes: 1 addition & 1 deletion config/specimen.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

const (
Version = "v1.9.1" // 请勿手动修改, 应使用 bumpversion 自动更新
Version = "v1.9.2" // 请勿手动修改, 应使用 bumpversion 自动更新
Title = "植物标本录入软件"
)

Expand Down

0 comments on commit 023b0fe

Please sign in to comment.