Skip to content

Commit

Permalink
add upgrade into app
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Nov 13, 2023
1 parent c7ee57a commit a2813dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package app

import (
"fmt"
v3 "github.com/sge-network/sge/app/upgrades/v3"
"io"
"net/http"
"os"
Expand Down Expand Up @@ -70,6 +71,7 @@ var (
Upgrades = []upgrades.Upgrade{
v1.Upgrade,
v2.Upgrade,
v3.Upgrade,
}
)

Expand Down

0 comments on commit a2813dc

Please sign in to comment.