diff --git a/model/version.go b/model/version.go index 6c4f7aae27..44ad579043 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{ + "5.37.0", "5.36.0", "5.35.0", "5.34.0",