File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def intro_message(linter: Linter) -> None:
80
80
81
81
click .secho ()
82
82
83
- if linter .version == "1.0 .0" :
83
+ if linter .version == "1.1 .0" :
84
84
click .secho (linter .set_update_message (), fg = "green" )
85
85
else :
86
86
click .secho (linter .set_update_message (), fg = "red" )
Original file line number Diff line number Diff line change @@ -322,10 +322,10 @@ def set_update_message(self) -> str:
322
322
Returns:
323
323
A string containing a message for users to update their STAC version.
324
324
"""
325
- if self .version != "1.0 .0" :
326
- return f"Please upgrade from version { self .version } to version 1.0 .0!"
325
+ if self .version != "1.1 .0" :
326
+ return f"Please upgrade from version { self .version } to version 1.1 .0!"
327
327
else :
328
- return "Thanks for using STAC version 1.0 .0!"
328
+ return "Thanks for using STAC version 1.1 .0!"
329
329
330
330
def check_links_assets (
331
331
self , num_links : int , url_type : str , format_type : str
You can’t perform that action at this time.
0 commit comments