Set default version to "git-main"

This commit is contained in:
Lukáš Kucharczyk 2023-01-04 17:20:46 +01:00
parent 5c50e059e6
commit d225856174
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
## Unreleased
* Hide navigation bar items if there are no games/purchases/sessions
* Set default version to "git-main" to indicate development environment

View File

@ -15,4 +15,4 @@ def version_date():
@register.simple_tag
def version():
return os.environ.get("VERSION_NUMBER", "UNKNOWN VERSION")
return os.environ.get("VERSION_NUMBER", "git-main")