diff --git a/src/_main_/config/build/deployConfig.json b/src/_main_/config/build/deployConfig.json index bf086eea1..86b34b07c 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.15", + "BUILD_VERSION": "4.12.16", "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 3ad68290d..4633a19b8 100644 --- a/src/api_version_dev.txt +++ b/src/api_version_dev.txt @@ -1 +1 @@ -4.12.15 \ No newline at end of file +4.12.16 \ No newline at end of file diff --git a/src/deployment/build.json b/src/deployment/build.json index 7957903f1..84af9cea6 100644 --- a/src/deployment/build.json +++ b/src/deployment/build.json @@ -1,5 +1,5 @@ { - "dev": "4.12.15", + "dev": "4.12.16", "prod": "4.12.1", "canary": "4.12.1" } \ No newline at end of file