From aae1802191031dad43311326f0a36f202419d5a6 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 24 Apr 2023 16:11:16 -0400 Subject: [PATCH] bump version from 0.4.3 to 0.4.4 Signed-off-by: Tiger Wang --- common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.go b/common/constants.go index 9df47c5..4196f24 100644 --- a/common/constants.go +++ b/common/constants.go @@ -2,6 +2,6 @@ package common const ( SERVICENAME = "casaos" - VERSION = "0.4.3" + VERSION = "0.4.4" BODY = " " )