刘河 hace 6 años
padre
commit
7e93497f1a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lib/version/version.go

+ 2 - 2
lib/version/version.go

@@ -1,8 +1,8 @@
 package version
 
-const VERSION = "0.18.0"
+const VERSION = "0.18.1"
 
 // Compulsory minimum version, Minimum downward compatibility to this version
 func GetVersion() string {
-	return "0.18.0"
+	return "0.18.1"
 }