From 18aa96fc610d84e08ce489aeef9c37521ca25a71 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 5 Mar 2024 10:33:17 -0500 Subject: [PATCH] chore: This bumps the UI commit to the version released in 0.15.1 (#4476) --- internal/ui/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/VERSION b/internal/ui/VERSION index 7564ee3500..0b9d365aea 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -f366f0a8585e42cacc3c8474bbacd463c7e2d79e +5c6c9bb69f7cd3190c292fd8bde29ea23e27da51 # 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.