diff --git a/model/version.go b/model/version.go index 1bb160515e..705fff71b0 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{ + "7.3.0", "7.2.0", "7.1.0", "7.0.0",