Skip to content

Commit b21bb8e

Browse files
committed
更新版本号为v0.1
1 parent 8caa031 commit b21bb8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/const/const.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package teaconst
22

33
const (
4-
Version = "0.0.14"
4+
Version = "0.1.0"
55

66
ProductName = "Edge Node"
77
ProcessName = "edge-node"
@@ -11,6 +11,6 @@ const (
1111
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
1212
EncryptMethod = "aes-256-cfb"
1313

14-
// systemd
14+
// SystemdServiceName systemd
1515
SystemdServiceName = "edge-node"
1616
)

0 commit comments

Comments
 (0)