Browse Source

Update constants.go (#1615)

Signed-off-by: link <a624669980@163.com>
link 1 year ago
parent
commit
7a76aca022
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/constants.go

+ 1 - 1
common/constants.go

@@ -2,7 +2,7 @@ package common
 
 const (
 	SERVICENAME = "casaos"
-	VERSION     = "0.4.4.3"
+	VERSION     = "0.4.5"
 	BODY        = " "
 	RANW_NAME   = "IceWhale-RemoteAccess"
 )