summaryrefslogtreecommitdiffstats
path: root/model/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/version.go')
-rw-r--r--model/version.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/model/version.go b/model/version.go
index e4e0af491..38ace0bde 100644
--- a/model/version.go
+++ b/model/version.go
@@ -9,11 +9,13 @@ import (
"strings"
)
-// This is a list of all the current viersions including any patches.
-// It should be maitained in chronological order with most current
+// This is a list of all the current versions including any patches.
+// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
+ "4.8.1",
"4.8.0",
+ "4.7.2",
"4.7.1",
"4.7.0",
"4.6.0",