diff --git a/rpst/main.py b/rpst/main.py index 4b36460..13771d6 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.1.0") + check_updates(version_tag="1.9.1.1") # Get posts with the provided/parsed arguments get_posts(args=args)