Skip to content

Commit 774200b

Browse files
remove min version
1 parent e5713f8 commit 774200b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/root.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import (
1313
"syscall"
1414
"time"
1515

16-
"github.com/ava-labs/avalanche-cli/pkg/version"
17-
1816
"github.com/ava-labs/avalanche-cli/cmd/blockchaincmd"
1917
"github.com/ava-labs/avalanche-cli/cmd/configcmd"
2018
"github.com/ava-labs/avalanche-cli/cmd/contractcmd"
@@ -146,9 +144,6 @@ func createApp(cmd *cobra.Command, _ []string) error {
146144
if err := checkForUpdates(cmd, app); err != nil {
147145
return err
148146
}
149-
if err := version.CheckCLIVersionIsOverMin(app, Version); err != nil {
150-
return err
151-
}
152147
return nil
153148
}
154149

0 commit comments

Comments
 (0)