From 9292fffa86d546b2541bf094832b16ece6754045 Mon Sep 17 00:00:00 2001 From: Zed Date: Mon, 2 May 2022 17:23:24 -0400 Subject: [PATCH] Bump version in preparation for 0.8.0 release (#2050) --- internal/ui/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/VERSION b/internal/ui/VERSION index 689ee990f3..2623ef06e9 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -f2b53d2f4529880eafa73aad465fd6f103fd35e1 chore: 🤖 Updated pr-template to include Jira base url (#1055) +a8ae8d28df4af8d2c72e8a67409d439976b24031 fix: 🐛 Reduce extra padding in tables (#1091) # 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.