Skip to content

Commit

Permalink
Add upgrade 1.2.1beta
Browse files Browse the repository at this point in the history
  • Loading branch information
codchen committed Sep 22, 2022
1 parent f71bfd7 commit c73a7e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ var upgradesList = []string{
"1.1.3beta",
// 1.1.4beta
"1.1.4beta",
// 1.2.0beta
"1.2.0beta",
// 1.2.1beta
"1.2.1beta",
}

func (app App) RegisterUpgradeHandlers() {
Expand Down

0 comments on commit c73a7e9

Please sign in to comment.