We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4fe51 commit 70aa4dfCopy full SHA for 70aa4df
bridge/bridge.go
@@ -26,7 +26,7 @@ var Env = &EnvResult{
26
IsStartup: true,
27
FromTaskSch: false,
28
AppName: "",
29
- AppVersion: "v1.9.9",
+ AppVersion: "v1.10.0",
30
BasePath: "",
31
OS: sysruntime.GOOS,
32
ARCH: sysruntime.GOARCH,
frontend/.env
@@ -1,5 +1,5 @@
1
VITE_APP_TITLE = GUI.for.SingBox
2
-VITE_APP_VERSION = v1.9.9
+VITE_APP_VERSION = v1.10.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