Compare commits

...

1 Commits

Author SHA1 Message Date
刘祥超
ffac080611 将版本号修改为1.2.11 2023-10-17 13:50:03 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM --platform=linux/amd64 alpine:latest
LABEL maintainer="goedge.cdn@gmail.com"
ENV TZ "Asia/Shanghai"
ENV VERSION 1.2.10
ENV VERSION 1.2.11
ENV ROOT_DIR /usr/local/goedge
ENV TAR_FILE edge-admin-linux-amd64-plus-v${VERSION}.zip

View File

@@ -1,9 +1,9 @@
package teaconst
const (
Version = "1.2.10"
Version = "1.2.11"
APINodeVersion = "1.2.10"
APINodeVersion = "1.2.11"
ProductName = "Edge Admin"
ProcessName = "edge-admin"