diff --git a/model/version.go b/model/version.go index e5398a1907..d60579fd6a 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{ + "7.9.0", "7.8.0", "7.7.0", "7.6.0",