bump version->v1.1.3-beta.6

This commit is contained in:
hahahrfool
2022-04-03 15:03:10 +08:00
parent 597dd5e1f7
commit 09ab535460
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ jobs:
with:
go-version: 1.18
- name: Go Test
- name: Try Build
run: |
make
- name: Test

View File

@@ -11,7 +11,7 @@
# 目前发布版直接使用go1.18编译你如果想编译出相同文件也要使用go1.18才行
# 注意 这里的 := 后需要有空格,否则会导致版本号切片错误
BUILD_VERSION := v1.1.3-beta.5
BUILD_VERSION := v1.1.3-beta.6
prefix :=verysimple

View File

@@ -1,4 +1,4 @@
BUILD_VERSION := v1.1.3-beta.5
#BUILD_VERSION := v1.1.3-beta.5 这个将在github action里自动通过tag配置
prefix :=verysimple