刘河 il y a 6 ans
Parent
commit
0819afc9da
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/version/version.go

+ 1 - 1
lib/version/version.go

@@ -1,6 +1,6 @@
 package version
 
-const VERSION = "0.17.0"
+const VERSION = "0.17.1"
 
 func GetVersion() string {
 	return VERSION