diff --git a/aurweb/config.py b/aurweb/config.py index 3f84f3d6..9ab9ae45 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.0" +AURWEB_VERSION = "v6.0.1" _parser = None