From e54b0f24e09aec611c35ea21c2ff2960b10f0bfe Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:54:13 +0200 Subject: [PATCH] Update main.py --- rpst/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)