From 899d01efd7d051e5814fc18432931a60f6edb382 Mon Sep 17 00:00:00 2001 From: ottojolanki Date: Wed, 2 Oct 2024 10:41:44 -0700 Subject: [PATCH] bump-version-8.22.1-to-8.23.0 (#624) --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 89ce4111e..1e05c20b3 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** * Change the UI version number for each igvf-ui release. */ -const UI_VERSION = "8.22.1"; +const UI_VERSION = "8.23.0"; module.exports = { trailingSlash: true,