From 01a0c286c9612490790400175efda9e581a87496 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 20 Jan 2022 11:56:14 -0800 Subject: [PATCH] upgrade: bump to v6.0.2 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 9ab9ae45..c26698c2 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.1" +AURWEB_VERSION = "v6.0.2" _parser = None