We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caa031 commit b21bb8eCopy full SHA for b21bb8e
1 file changed
internal/const/const.go
@@ -1,7 +1,7 @@
1
package teaconst
2
3
const (
4
- Version = "0.0.14"
+ Version = "0.1.0"
5
6
ProductName = "Edge Node"
7
ProcessName = "edge-node"
@@ -11,6 +11,6 @@ const (
11
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
12
EncryptMethod = "aes-256-cfb"
13
14
- // systemd
+ // SystemdServiceName systemd
15
SystemdServiceName = "edge-node"
16
)
0 commit comments