From 6510c621940d16d39c55fac3e11d42b1e6bf0093 Mon Sep 17 00:00:00 2001
From: Brendan Gibson <brendan@outerbounds.co>
Date: Thu, 13 Apr 2023 10:14:26 -0600
Subject: [PATCH] Preparing 2.3.8 release

---
 Dockerfile            | 2 +-
 Dockerfile.ui_service | 2 +-
 setup.py              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 91255252..8bb74c47 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
 ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH
 
 ARG UI_ENABLED="1"
-ARG UI_VERSION="v1.2.5"
+ARG UI_VERSION="v1.2.6"
 ENV UI_ENABLED=$UI_ENABLED
 ENV UI_VERSION=$UI_VERSION
 
diff --git a/Dockerfile.ui_service b/Dockerfile.ui_service
index 8e3ef091..f8eb8af6 100644
--- a/Dockerfile.ui_service
+++ b/Dockerfile.ui_service
@@ -1,7 +1,7 @@
 FROM python:3.7.13
 
 ARG UI_ENABLED="1"
-ARG UI_VERSION="v1.2.5"
+ARG UI_VERSION="v1.2.6"
 ENV UI_ENABLED=$UI_ENABLED
 ENV UI_VERSION=$UI_VERSION
 
diff --git a/setup.py b/setup.py
index 1c4973d2..402c6348 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def open_and_read_if_exists(path: str):
 
 setup(
     name="metadata_service",
-    version="2.3.7",
+    version="2.3.8",
     license="Apache License 2.0",
     description="Metadata Service: backend service for Metaflow",
     long_description=long_description,