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

Commit 2f0942b

Browse files
authored
4.5.0 multi version upgrade constants (#47842)
Update the multi version upgrade constants ## Test Plan N/A
1 parent e1ea5f6 commit 2f0942b

File tree

2 files changed

+403
-1
lines changed

2 files changed

+403
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// NOTE: This should be kept up-to-date with cmd/migrator/build.sh so that we "bake in"
1010
// fallback schemas everything we support migrating to. The release tool automates this upgrade, so don't touch this :)
11-
const maxVersionString = "4.4.0"
11+
const maxVersionString = "4.5.0"
1212

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

0 commit comments

Comments
 (0)