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 5ff8bb6 commit aa5aee2Copy full SHA for aa5aee2
bridge/bridge.go
@@ -27,7 +27,7 @@ var Env = &EnvResult{
27
FromTaskSch: false,
28
WebviewPath: "",
29
AppName: "",
30
- AppVersion: "v1.14.0",
+ AppVersion: "v1.14.1",
31
BasePath: "",
32
OS: sysruntime.GOOS,
33
ARCH: sysruntime.GOARCH,
frontend/.env
@@ -1,5 +1,5 @@
1
VITE_APP_TITLE = GUI.for.Clash
2
-VITE_APP_VERSION = v1.14.0
+VITE_APP_VERSION = v1.14.1
3
VITE_APP_PROJECT_URL = https://github.com/GUI-for-Cores/GUI.for.Clash
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