From 156482eb6899187abf0d5badc6504285101e7926 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:44:29 +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 9976d4f..8b0993e 100644 --- a/rpst/main.py +++ b/rpst/main.py @@ -21,7 +21,7 @@ def run(): try: # Check for updates - check_updates(version_tag="1.8.0.0") + check_updates(version_tag="1.9.0.0") # Get posts with the provided/parsed arguments get_posts(args=args)