Browse Source

update version

LinkLeong 1 year ago
parent
commit
ef57d3348d
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.5"
+	VERSION     = "0.4.6"
 	BODY        = " "
 	RANW_NAME   = "IceWhale-RemoteAccess"
 )