We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a757629 commit f077e15Copy full SHA for f077e15
app/upgrades.go
@@ -51,6 +51,7 @@ var upgradesList = []string{
51
// 3.x.x versions have a revamped and optimized dex changes. We also change naming conventions to remove "beta"
52
"3.0.0",
53
"3.0.1",
54
+ "3.0.2",
55
}
56
57
func (app App) RegisterUpgradeHandlers() {
0 commit comments