diff --git a/rpst/main.py b/rpst/main.py index 8b0993e..4b36460 100644 --- a/rpst/main.py +++ b/rpst/main.py @@ -21,7 +21,7 @@ def run(): try: # Check for updates - check_updates(version_tag="1.9.0.0") + check_updates(version_tag="1.9.1.0") # Get posts with the provided/parsed arguments get_posts(args=args)