diff --git a/rpst/main.py b/rpst/main.py index 458a734..d8dd5cf 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.0.0") + check_updates(version_tag="1.7.0.1") # Get posts with the provided/parsed arguments get_posts(args=args)