From d33c4f7f6dc6281666eba0527b54970d80e6ea98 Mon Sep 17 00:00:00 2001 From: Carlos Alcaide Corvo Date: Tue, 5 Jul 2022 11:10:09 -0700 Subject: [PATCH] Bump UI version (#2242) --- internal/ui/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/VERSION b/internal/ui/VERSION index f33bb42132..be006ed2f1 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -193a7e9600e4c4c55c718a3486cd9f03c24c9c43 +60005f023302e1ea5b63d1dccb909cd99aeaac0c # 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.