diff --git a/internal/const/const.go b/internal/const/const.go index 7b46a100..b85127b7 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -1,9 +1,9 @@ package teaconst const ( - Version = "1.0.0" + Version = "1.0.1" - APINodeVersion = "1.0.0" + APINodeVersion = "1.0.1" ProductName = "Edge Admin" ProcessName = "edge-admin"