From 26f2711800343325ab273c345bb368ca93bee4bd Mon Sep 17 00:00:00 2001 From: Brad Hubbard-Nelson Date: Mon, 27 Nov 2023 11:05:25 -0500 Subject: [PATCH] Version 4.13.7 --- 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 0c21d2694..e285d5faa 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.13.6", + "BUILD_VERSION": "4.13.7", "BUILD_VERSION_NOTES": "Nov 11: User events nudge fix - sorting by date and 12 hour time_string" } \ No newline at end of file diff --git a/src/api_version_dev.txt b/src/api_version_dev.txt index c3c2cbc04..ef3e853e8 100644 --- a/src/api_version_dev.txt +++ b/src/api_version_dev.txt @@ -1 +1 @@ -4.13.6 \ No newline at end of file +4.13.7 \ No newline at end of file diff --git a/src/deployment/build.json b/src/deployment/build.json index f01ebecd6..b6983ec86 100644 --- a/src/deployment/build.json +++ b/src/deployment/build.json @@ -1,5 +1,5 @@ { - "dev": "4.13.6", + "dev": "4.13.7", "prod": "4.12.1", "canary": "4.12.1" } \ No newline at end of file