This commit is contained in:
GoEdgeLab
2024-07-27 15:42:58 +08:00
parent 7279dc873f
commit d7d0c8fbfe
490 changed files with 2158 additions and 738 deletions

View File

@@ -1,9 +1,9 @@
package teaconst
const (
Version = "1.3.9"
Version = "1.4.1"
APINodeVersion = "1.3.9"
APINodeVersion = "1.4.1"
ProductName = "Edge Admin"
ProcessName = "edge-admin"
@@ -16,5 +16,5 @@ const (
SessionAdminId = "adminId"
SystemdServiceName = "edge-admin"
UpdatesURL = "https://goedge.cn/api/boot/versions?os=${os}&arch=${arch}&version=${version}"
UpdatesURL = "https://goedge.cloud/api/boot/versions?os=${os}&arch=${arch}&version=${version}"
)