upgrade: bump to v6.0.3

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-02-03 17:41:46 -08:00
parent ad1d5a1217
commit 4659b5f941
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -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