From f9f0ed5085cda67ce53e84ab60a3db7ac3baa131 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Aug 2023 23:12:06 +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 458a734..d8dd5cf 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.0.0") + check_updates(version_tag="1.7.0.1") # Get posts with the provided/parsed arguments get_posts(args=args)