There was an error while loading. Please reload this page.
1 parent e574cd9 commit cd51ffdCopy full SHA for cd51ffd
2 files changed
bridge/bridge.go
@@ -28,7 +28,7 @@ var Env = &EnvResult{
28
FromTaskSch: false,
29
WebviewPath: "",
30
AppName: "",
31
- AppVersion: "v1.25.2",
+ AppVersion: "v1.25.3",
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.25.2
+VITE_APP_VERSION = v1.25.3
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