From 098532f5eb3d45e3045939a28c8bf2b54d107e6a Mon Sep 17 00:00:00 2001 From: Brad Hubbard-Nelson Date: Tue, 17 Oct 2023 20:42:16 -0400 Subject: [PATCH] Version 4.12.18 --- src/_main_/config/build/deployConfig.json | 2 +- src/api_version_dev.txt | 2 +- src/deployment/build.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_main_/config/build/deployConfig.json b/src/_main_/config/build/deployConfig.json index 0b8a29420..2230572bf 100644 --- a/src/_main_/config/build/deployConfig.json +++ b/src/_main_/config/build/deployConfig.json @@ -1,6 +1,6 @@ { "IS_PROD": false, "IS_CANARY": false, - "BUILD_VERSION": "4.12.17", + "BUILD_VERSION": "4.12.18", "BUILD_VERSION_NOTES": "Feb 24: Admin portal pagination:\n- deliver content in small chunks" } \ No newline at end of file diff --git a/src/api_version_dev.txt b/src/api_version_dev.txt index fca5e046f..55ecdf103 100644 --- a/src/api_version_dev.txt +++ b/src/api_version_dev.txt @@ -1 +1 @@ -4.12.17 \ No newline at end of file +4.12.18 \ No newline at end of file diff --git a/src/deployment/build.json b/src/deployment/build.json index 66899755a..3a18eb1f4 100644 --- a/src/deployment/build.json +++ b/src/deployment/build.json @@ -1,5 +1,5 @@ { - "dev": "4.12.17", + "dev": "4.12.18", "prod": "4.12.1", "canary": "4.12.1" } \ No newline at end of file