Skip to content

Commit

Permalink
use tag with release candidate 9
Browse files Browse the repository at this point in the history
  • Loading branch information
randygrok committed Jul 8, 2024
1 parent b4fed46 commit 863c37c
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 @@ -10,7 +10,7 @@ import (
)

var Upgrade_0_2_4 = Upgrade{
UpgradeName: "v0.2.4",
UpgradeName: "v0.2.4-rc9",
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 863c37c

Please sign in to comment.