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 bdb9df0 commit 6f6736aCopy full SHA for 6f6736a
bridge/bridge.go
@@ -26,7 +26,7 @@ var Env = &EnvResult{
26
IsStartup: true,
27
FromTaskSch: false,
28
AppName: "",
29
- AppVersion: "v1.10.0",
+ AppVersion: "v1.11.0",
30
BasePath: "",
31
OS: sysruntime.GOOS,
32
ARCH: sysruntime.GOARCH,
frontend/.env
@@ -1,5 +1,5 @@
1
VITE_APP_TITLE = GUI.for.Clash
2
-VITE_APP_VERSION = v1.10.0
+VITE_APP_VERSION = v1.11.0
3
VITE_APP_PROJECT_URL = https://github.com/GUI-for-Cores
4
VITE_APP_VERSION_API = https://api.github.com/repos/GUI-for-Cores/GUI.for.Clash/releases/latest
5
VITE_APP_LOCALES_URL = https://github.com/GUI-for-Cores/GUI-for-Cores.github.io/tree/main/app-resources/locales/gfc
0 commit comments