mirror of https://github.com/ehang-io/nps
parent
a66b465046
commit
c0e2b6283c
|
@ -1,8 +1,8 @@
|
|||
package version
|
||||
|
||||
const VERSION = "0.18.1"
|
||||
const VERSION = "0.18.2"
|
||||
|
||||
// Compulsory minimum version, Minimum downward compatibility to this version
|
||||
func GetVersion() string {
|
||||
return "0.18.1"
|
||||
return "0.18.2"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue