diff --git a/rpst/main.py b/rpst/main.py index 616d743..9976d4f 100644 --- a/rpst/main.py +++ b/rpst/main.py @@ -21,7 +21,7 @@ def run(): try: # Check for updates - check_updates(version_tag="1.7.1.0") + check_updates(version_tag="1.8.0.0") # Get posts with the provided/parsed arguments get_posts(args=args)