diff --git a/internal/const/const.go b/internal/const/const.go index 573ca45..e44dab4 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -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" )