From 80774077d64395db7948bfbd91b918f1bc15abad Mon Sep 17 00:00:00 2001 From: Cameron Perera Date: Fri, 3 Feb 2023 14:32:35 -0600 Subject: [PATCH] chore: bump ui commit for 0.12.x release (#2904) --- internal/ui/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/VERSION b/internal/ui/VERSION index e437673a07..53f571f9bd 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -f0530e1f8f8d36441d210d3608a9c761d8aaf086 +2d6e26de8462c783b5888ead62be764ba7c8d0e1 # 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.