diff --git a/model/version.go b/model/version.go index a61004fdee..6eae436bc8 100644 --- a/model/version.go +++ b/model/version.go @@ -12,6 +12,7 @@ import ( // It should be maitained in chronological order with most current // release at the front of the list. var versions = []string{ + "1.2.0", "1.1.0", "1.0.0", "0.7.1",