刘河 6 years ago
parent
commit
c0e2b6283c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/version/version.go

+ 2 - 2
lib/version/version.go

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