Fix version mapping for 9.6 and 9.5

This commit is contained in:
Jan Mußler 2021-02-24 12:34:21 +01:00
parent 2efa831245
commit 3c4b159d84
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ import (
// VersionMap Map of version numbers
var VersionMap = map[string]int{
"9.5": 95000,
"9.6": 96000,
"9.5": 90500,
"9.6": 90600,
"10": 100000,
"11": 110000,
"12": 120000,