Skip to content

Commit ece6a2c

Browse files
committed
feat(version): bump version to v0.8.0-beta
1 parent c952ade commit ece6a2c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

client-ui/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PACKAGE=github.com/genshen/wssocks-plugin-ustb/client-ui
99
FLAGS=--trimpath
1010
appID=wssocks-ustb-client-ui.genshen.github.com
1111
appName="wssocks-ustb client"
12-
APP_VERSION=0.7.0
12+
APP_VERSION=0.8.0-beta
1313
PACKAGE_FLAG=-icon app-512.png -appID ${appID} --appVersion ${APP_VERSION} -release -appBuild 5
1414

1515
all: wssocks-ustb-ui-macOS-amd64 wssocks-ustb-ui-macOS-arm64 wssocks-ustb-ui-windows-amd64.exe # wssocks-ustb-ui-linux-amd64

client-ui/Makefile-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PACKAGE=github.com/genshen/wssocks-plugin-ustb/client-ui
99
FLAGS=--trimpath
1010
appID=wssocks-ustb-client-ui.genshen.github.com
1111
appName="wssocks-ustb client"
12-
APP_VERSION=0.7.0
12+
APP_VERSION=0.8.0-beta
1313
PACKAGE_FLAG=-icon app-512.png -appID ${appID} --appVersion ${APP_VERSION} -release -appBuild 5
1414

1515
all: wssocks-ustb-ui-macOS-amd64 wssocks-ustb-ui-macOS-arm64 wssocks-ustb-ui-windows-amd64.exe # wssocks-ustb-ui-linux-amd64

client-ui/fyne-cross-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
appBuildNumber=5
77
appID="wssocks-ustb-client-ui.genshen.github.com"
8-
appVersion=0.7.0
8+
appVersion=0.8.0-beta # use appVersion in v0.8.0 release
99
appIcon=./client-ui/app-512.png
1010
buildEnv="GOPROXY=https://goproxy.cn"
11-
buildFlags="--app-build ${appBuildNumber} --app-id ${appID} --app-version ${appVersion} --icon ${appIcon} --env ${buildEnv}"
11+
buildFlags="--app-build ${appBuildNumber} --app-id ${appID} --icon ${appIcon} --env ${buildEnv}"
1212

1313
fyne-cross linux ${buildFlags} --arch amd64 ./client-ui
1414
fyne-cross windows ${buildFlags} --arch amd64 ./client-ui

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wssocks-plugin-ustb
22

3-
![wssocks-ustb v0.7.0](https://img.shields.io/badge/wssocks--ustb-v0.7.0-orange.svg)
3+
![wssocks-ustb v0.8.0-beta](https://img.shields.io/badge/wssocks--ustb-v0.8.0beta-orange.svg)
44
![GitHub all releases](https://img.shields.io/github/downloads/genshen/wssocks-plugin-ustb/total?color=brightgreen)
55

66
> Access internal network of USTB when the internal network is not available directly (e.g. at home).

wssocks-ustb/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// also change version in client-ui and swift-ui if release
11-
const VERSION = "0.7.0"
11+
const VERSION = "0.8.0-beta"
1212

1313
var versionCommand = &cmds.Command{
1414
Name: "version",

0 commit comments

Comments
 (0)