diff --git a/model/version.go b/model/version.go index 6a0072cd62..9d9d8fc1ef 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.5.0", "3.4.0", "3.3.0", "3.2.0",