1
0
mirror of https://github.com/ehang-io/nps synced 2025-10-19 14:20:34 +08:00
This commit is contained in:
刘河 2019-03-24 03:28:10 +08:00
parent f0493543ff
commit 62bc3c856f

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