diff --git a/config/__init__.py b/config/__init__.py index 7e81d9689..bf514186a 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -53,7 +53,7 @@ # # Major.Minor.Patch(-prerelease)(+buildmetadata) # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() -_static_appversion = '5.10.6' +_static_appversion = '5.11.0-alpha3' _cached_version: semantic_version.Version | None = None copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'