From b21bb8ee620744fd8d185d31a6cf30788826f2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 13 May 2021 14:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BAv0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/const/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" )