This commit is contained in:
Mitchell Hashimoto 2013-06-25 14:31:06 -05:00
parent 35e75ba0d2
commit 9786986a72
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ import (
"time"
)
var additionsVersionMap = map[string]string {
"4.2.1": "4.2.0",
var additionsVersionMap = map[string]string{
"4.2.1": "4.2.0",
"4.1.23": "4.1.22",
}