diff --git a/model/version.go b/model/version.go index d486f5c57b..c6f49525be 100644 --- a/model/version.go +++ b/model/version.go @@ -13,6 +13,7 @@ import ( // It should be maitained in chronological order with most current // release at the front of the list. var versions = []string{ + "3.2.0", "3.1.0", "3.0.0", "2.2.0",