Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

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

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