Compare commits

...

2 Commits

Author SHA1 Message Date
刘祥超
8a78dcb06e 版本号改为0.6.4.1 2023-03-13 10:36:56 +08:00
刘祥超
185768a80f 更新Dockerfile中的版本号 2023-03-13 09:15:23 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:latest
LABEL maintainer="iwind.liu@gmail.com"
ENV TZ "Asia/Shanghai"
ENV VERSION 0.6.3
ENV VERSION 0.6.4
ENV ROOT_DIR /usr/local/goedge
ENV TAR_FILE edge-admin-linux-amd64-plus-v${VERSION}.zip
ENV TAR_URL "https://dl.goedge.cn/edge/v${VERSION}/edge-admin-linux-amd64-plus-v${VERSION}.zip"

View File

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