no message

pull/103/head
刘河 2019-03-18 14:19:30 +08:00
parent e24b2921ac
commit 7e93497f1a
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}