Skip to content

Commit

Permalink
thanks for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Oct 8, 2024
1 parent ca43166 commit 9471d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_validator/stac_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def print_update_message(version: str) -> None:
f"Please upgrade from version {version} to version 1.1.0!", fg="red"
)
else:
click.secho("Thanks for using STAC version 1.0.0!", fg="green")
click.secho("Thanks for using STAC version 1.1.0!", fg="green")
click.secho()


Expand Down

0 comments on commit 9471d31

Please sign in to comment.