selfcare init

This commit is contained in:
zhangsz
2025-03-03 11:40:37 +08:00
parent 19f09dd7ea
commit aca2bace68
692 changed files with 273972 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package version
var VERSION = "2020-03-31-01"
func GetVersion() (version string) {
return VERSION
}