We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7ca8d commit a1ab547Copy full SHA for a1ab547
2 files changed
bridge/bridge.go
@@ -28,7 +28,7 @@ var Env = &EnvResult{
28
FromTaskSch: false,
29
WebviewPath: "",
30
AppName: "",
31
- AppVersion: "v1.20.0-dev.3",
+ AppVersion: "v1.20.0",
32
BasePath: "",
33
OS: sysruntime.GOOS,
34
ARCH: sysruntime.GOARCH,
frontend/.env
@@ -1,5 +1,5 @@
1
VITE_APP_TITLE = GUI.for.SingBox
2
-VITE_APP_VERSION = v1.20.0-dev.3
+VITE_APP_VERSION = v1.20.0
3
VITE_APP_PROJECT_URL = https://github.com/GUI-for-Cores/GUI.for.SingBox
4
VITE_APP_VERSION_API = https://api.github.com/repos/GUI-for-Cores/GUI.for.SingBox/releases/latest
5
VITE_APP_LOCALES_URL = https://github.com/GUI-for-Cores/GUI-for-Cores.github.io/tree/main/app-resources/locales/gfs
0 commit comments