From 4659b5f9411944e969128e6f2148089b98aff63f Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 3 Feb 2022 17:41:46 -0800 Subject: [PATCH] upgrade: bump to v6.0.3 Signed-off-by: Kevin Morris --- aurweb/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurweb/config.py b/aurweb/config.py index c26698c2..584aa845 100644 --- a/aurweb/config.py +++ b/aurweb/config.py @@ -6,7 +6,7 @@ from typing import Any # Publicly visible version of aurweb. This is used to display # aurweb versioning in the footer and must be maintained. # Todo: Make this dynamic/automated. -AURWEB_VERSION = "v6.0.2" +AURWEB_VERSION = "v6.0.3" _parser = None