Skip to content

Commit

Permalink
[Minor] Bump Appversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Dec 6, 2023
1 parent c511b51 commit 4634232
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 @@ -54,7 +54,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.0-alpha0'
_static_appversion = '5.10.0-beta1'

_cached_version: semantic_version.Version | None = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2023 EDCD'
Expand Down

0 comments on commit 4634232

Please sign in to comment.