коммит произвёл
GitHub
родитель
ac56202eb3
Коммит
6031b163d8
@@ -13,6 +13,7 @@ import (
|
|||||||
// It should be maintained in chronological order with most current
|
// It should be maintained in chronological order with most current
|
||||||
// release at the front of the list.
|
// release at the front of the list.
|
||||||
var versions = []string{
|
var versions = []string{
|
||||||
|
"6.0.0",
|
||||||
"5.38.0",
|
"5.38.0",
|
||||||
"5.37.0",
|
"5.37.0",
|
||||||
"5.36.0",
|
"5.36.0",
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
CurrentSchemaVersion = Version5380
|
CurrentSchemaVersion = Version5380
|
||||||
|
Version600 = "6.0.0"
|
||||||
Version5380 = "5.38.0"
|
Version5380 = "5.38.0"
|
||||||
Version5370 = "5.37.0"
|
Version5370 = "5.37.0"
|
||||||
Version5360 = "5.36.0"
|
Version5360 = "5.36.0"
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user