mirror of https://github.com/ehang-io/nps
version
parent
f0493543ff
commit
62bc3c856f
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue