bump version to v0.26.0

This commit is contained in:
ffdfgdfg
2020-01-01 23:34:58 +08:00
parent 49b3da01cd
commit a0a2cd1d47
4 changed files with 5 additions and 5 deletions

View File

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