Skip to content

Commit a1ab547

Browse files
committed
Release v1.20.0
1 parent 5d7ca8d commit a1ab547

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bridge/bridge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var Env = &EnvResult{
2828
FromTaskSch: false,
2929
WebviewPath: "",
3030
AppName: "",
31-
AppVersion: "v1.20.0-dev.3",
31+
AppVersion: "v1.20.0",
3232
BasePath: "",
3333
OS: sysruntime.GOOS,
3434
ARCH: sysruntime.GOARCH,

frontend/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VITE_APP_TITLE = GUI.for.SingBox
2-
VITE_APP_VERSION = v1.20.0-dev.3
2+
VITE_APP_VERSION = v1.20.0
33
VITE_APP_PROJECT_URL = https://github.com/GUI-for-Cores/GUI.for.SingBox
44
VITE_APP_VERSION_API = https://api.github.com/repos/GUI-for-Cores/GUI.for.SingBox/releases/latest
55
VITE_APP_LOCALES_URL = https://github.com/GUI-for-Cores/GUI-for-Cores.github.io/tree/main/app-resources/locales/gfs

0 commit comments

Comments
 (0)