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