diff --git a/model/version.go b/model/version.go index 98e5b7cc45..fbf3ae36e1 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.20.0", + "5.19.0", "5.18.0", "5.17.0", "5.16.0",