Skip to content

Commit

Permalink
[Minor] Update Version for Alpha Tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed May 20, 2024
1 parent b9b5ffe commit 7772068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# <https://semver.org/#semantic-versioning-specification-semver>
# 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'

Expand Down

0 comments on commit 7772068

Please sign in to comment.