We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a650e commit cda11c2Copy full SHA for cda11c2
2 files changed
bridge/bridge.go
@@ -28,7 +28,7 @@ var Env = &EnvResult{
28
FromTaskSch: false,
29
WebviewPath: "",
30
AppName: "",
31
- AppVersion: "v1.21.0",
+ AppVersion: "v1.22.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.21.0
+VITE_APP_VERSION = v1.22.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