change version

This commit is contained in:
unknown
2019-12-04 17:52:32 +08:00
parent bc23c53981
commit 036a17a3d9
2 changed files with 3 additions and 3 deletions

View File

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