pull/103/head
刘河 2019-03-24 03:28:10 +08:00
parent f0493543ff
commit 62bc3c856f
1 changed files with 2 additions and 2 deletions

View File

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