Skip to content

Commit c73a7e9

Browse files
committed
Add upgrade 1.2.1beta
1 parent f71bfd7 commit c73a7e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/upgrades.go

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ var upgradesList = []string{
4141
"1.1.3beta",
4242
// 1.1.4beta
4343
"1.1.4beta",
44+
// 1.2.0beta
45+
"1.2.0beta",
46+
// 1.2.1beta
47+
"1.2.1beta",
4448
}
4549

4650
func (app App) RegisterUpgradeHandlers() {

0 commit comments

Comments
 (0)