diff --git a/model/version.go b/model/version.go index b75a4e9cee..4e578887c5 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.1.0", "6.0.0", "5.39.0", "5.38.0",