更新版本号为v0.1

This commit is contained in:
刘祥超
2021-05-13 14:37:40 +08:00
parent 8caa03175c
commit b21bb8ee62

View File

@@ -1,7 +1,7 @@
package teaconst
const (
Version = "0.0.14"
Version = "0.1.0"
ProductName = "Edge Node"
ProcessName = "edge-node"
@@ -11,6 +11,6 @@ const (
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
EncryptMethod = "aes-256-cfb"
// systemd
// SystemdServiceName systemd
SystemdServiceName = "edge-node"
)