From 7707524ebf18d3c0694878fcbc330b50768120f2 Mon Sep 17 00:00:00 2001 From: Devon Anderson Date: Tue, 23 Jan 2024 15:56:14 -0500 Subject: [PATCH] Update Boundary to latest UI (#4270) --- internal/ui/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/VERSION b/internal/ui/VERSION index 3f3786ed9a..2833356ba6 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -5a74220f382e5bfbf6bc8551851be3b95d7d01d2 +24fdd926f157dbf288b99adeb4a7299d806665d0 # This file determines the version of the UI to embed in the boundary binary. # Update this file by running 'make update-ui-version' from the root of this repo. # Set UI_COMMITISH when running the above target to update to a specific version.