Skip to content

Commit

Permalink
upgrade name set to rc11
Browse files Browse the repository at this point in the history
  • Loading branch information
randygrok committed Jul 10, 2024
1 parent 74dc5e8 commit 301934e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/upgrade_0_2_4.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

var Upgrade_0_2_4 = Upgrade{
UpgradeName: "v0.2.4-rc10",
UpgradeName: "v0.2.4-rc11",
CreateUpgradeHandler: func(mm module.Manager, configurator module.Configurator) upgradetypes.UpgradeHandler {
return func(ctx context.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
return mm.RunMigrations(ctx, configurator, fromVM)
Expand Down

0 comments on commit 301934e

Please sign in to comment.