diff --git a/rpst/__main.py b/rpst/__main.py index fe17289..a9498c3 100644 --- a/rpst/__main.py +++ b/rpst/__main.py @@ -17,7 +17,7 @@ def run(): try: # Check for updates - check_updates(version_tag="1.4.1.0") + check_updates(version_tag="1.5.0.0") # Get posts with the provided/parsed arguments get_posts(arguments=arguments)