diff --git a/model/version.go b/model/version.go index 32b1c3f531..4eabf391f5 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.8.0", "3.7.0", "3.6.0", "3.5.0",