diff --git a/model/version.go b/model/version.go index 6ee4124f9b..4e255826d2 100644 --- a/model/version.go +++ b/model/version.go @@ -13,6 +13,7 @@ import ( // It should be maintained in chronological order with most current // release at the front of the list. var versions = []string{ + "6.7.0", "6.6.0", "6.5.0", "6.4.0",