Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit cc91f2b

Browse files
authored
Update maxVersion string (#45593)
1 parent ee69d27 commit cc91f2b

File tree

3 files changed

+999
-61
lines changed

3 files changed

+999
-61
lines changed

internal/database/migration/shared/upgradedata/cmd/generator/consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
// NOTE: This should be kept up-to-date with cmd/migrator/build.sh
1010
// so that we "bake in" fallback schemas everything we support migrating
1111
// to.
12-
const maxVersionString = "4.1.0"
12+
const maxVersionString = "4.3.0"
1313

1414
// MaxVersion is the highest known released version at the time the migrator was built.
1515
var MaxVersion = func() oobmigration.Version {

0 commit comments

Comments
 (0)