From ab46ee4b89cfa998a05912f59bb0a5580a97b597 Mon Sep 17 00:00:00 2001 From: Amy Blais Date: Mon, 1 Mar 2021 10:23:27 -0500 Subject: [PATCH] Update version.go (#16995) Co-authored-by: Mattermod --- model/version.go | 1 + 1 file changed, 1 insertion(+) 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",