From 7c12fdbdf3c3af01ec33dc6b1862f0a91c44e345 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Thu, 28 May 2026 16:14:32 +0200 Subject: [PATCH] release: bump build for authentication --- containers/clearview/src/clearview_app/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/clearview/src/clearview_app/version.py b/containers/clearview/src/clearview_app/version.py index c0cd924..bdc6d71 100644 --- a/containers/clearview/src/clearview_app/version.py +++ b/containers/clearview/src/clearview_app/version.py @@ -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: