From 6d7c5c5bf38e4d8453e206943a3c7058cd6ef030 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Fri, 2 Oct 2020 00:28:56 +0200 Subject: [PATCH] Bump app version to 5.30 (#15612) Co-authored-by: Mattermod --- model/version.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model/version.go b/model/version.go index 11e0427a79..6314566008 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.30.0", + "5.29.0", "5.28.0", "5.27.0", "5.26.0",