···11---- a/linodecli/cli.py
22-+++ b/linodecli/cli.py
33-@@ -555,7 +555,7 @@
44- if self.debug_request:
55- self.print_response_debug_info(result)
66-77-- if not self.suppress_warnings:
88-+ if False:
99- # check the major/minor version API reported against what we were built
1010- # with to see if an upgrade should be available
1111- api_version_higher = False
11+diff --git a/linodecli/api_request.py b/linodecli/api_request.py
22+index 4273aa6..3ada5c2 100644
33+--- a/linodecli/api_request.py
44++++ b/linodecli/api_request.py
55+@@ -305,7 +305,7 @@ def _attempt_warn_old_version(ctx, result):
66+ file=sys.stderr,
77+ )
88+99+- if api_version_higher:
1010++ if False:
1111+ # check to see if there is, in fact, a version to upgrade to. If not, don't
1212+ # suggest an upgrade (since there's no package anyway)
1313+ new_version_exists = False