From e2872275dc2ca727a4d9b57c5d1554b1d690ce7d Mon Sep 17 00:00:00 2001 From: Michael Li Date: Thu, 20 Jun 2024 11:11:51 -0400 Subject: [PATCH] chore: Update UI version (#4897) --- internal/ui/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/VERSION b/internal/ui/VERSION index 2fe0f36f5f..2323646478 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -dd92321b816f99e4defb74999a5c91fb6dd3aa05 +09c60c7bcb9a482b2992bf3ad1b7dadf1e4669a3 # 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.