From b5d52e4bb55c6cce2199763b772874f5aa725d9d Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Wed, 30 Aug 2023 03:22:03 +0200 Subject: [PATCH] Update main.py dev 1.8.0.0 --- rpst/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpst/main.py b/rpst/main.py index 616d743..9976d4f 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.1.0") + check_updates(version_tag="1.8.0.0") # Get posts with the provided/parsed arguments get_posts(args=args)