diff --git a/model/version.go b/model/version.go index 45eaf84ea0..f417472edd 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.33.0", "5.32.0", "5.31.0", "5.30.0",