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: