pull/103/head v0.18.2
刘河 2019-03-19 22:43:42 +08:00
parent a66b465046
commit c0e2b6283c
1 changed files with 2 additions and 2 deletions

View File

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