release: bump build for authentication

This commit is contained in:
Ivo Oskamp 2026-05-28 16:14:32 +02:00
parent 57ce1aca92
commit 7c12fdbdf3

View File

@ -7,7 +7,7 @@ history, so operators can see exactly which image build is running.
from __future__ import annotations
VERSION = "v0.1.0"
BUILD = 2
BUILD = 3
def display_version() -> str: