diff --git a/model/version.go b/model/version.go index 4269177a82..2a27fb1ac7 100644 --- a/model/version.go +++ b/model/version.go @@ -13,6 +13,8 @@ import ( // It should be maintained in chronological order with most current // release at the front of the list. var versions = []string{ + "5.26.0", + "5.25.0", "5.24.0", "5.23.0", "5.22.0",