From bebe4f5c37eefdca4db283580ef3473f3442652a Mon Sep 17 00:00:00 2001 From: Cameron Perera Date: Mon, 20 Jun 2022 12:08:10 -0500 Subject: [PATCH] update ui version to latest commit on main (#2220) --- internal/ui/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/VERSION b/internal/ui/VERSION index 2e8eb84ea5..f33bb42132 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -4ef66fdd2987fef1803329fc37d2dc4e636d4793 +193a7e9600e4c4c55c718a3486cd9f03c24c9c43 # 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.