From dbf19593ac2591e11fea425e4fb68d9ef52b6ff1 Mon Sep 17 00:00:00 2001 From: Devon Anderson Date: Tue, 30 Jan 2024 10:49:12 -0500 Subject: [PATCH] Update Boundary to latest UI (#4322) --- internal/ui/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/VERSION b/internal/ui/VERSION index 1ebec4cef2..7564ee3500 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -3f17435507ff547b43c1e9f7bc76f7730e761aec +f366f0a8585e42cacc3c8474bbacd463c7e2d79e # 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.