From b96889f07807ed3dbd5b942d339bce760ed0dd6d Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:04:57 +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 8b0993e..4b36460 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.0.0") + check_updates(version_tag="1.9.1.0") # Get posts with the provided/parsed arguments get_posts(args=args)