From d7c19ee6ce6a46ce8a58ab496ab91494c36657de Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Tue, 18 Jan 2022 10:42:33 -0800 Subject: [PATCH] upgrade: bump to v6.0.0 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 86f8ddf7..3f84f3d6 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 = "v5.0.0" +AURWEB_VERSION = "v6.0.0" _parser = None