diff --git a/api-node/src/controllers/environment.ts b/api-node/src/controllers/environment.ts index 8cfbc5ae..3ebd7a3b 100644 --- a/api-node/src/controllers/environment.ts +++ b/api-node/src/controllers/environment.ts @@ -23,7 +23,7 @@ router.get( return; } - const current_app_buildversion_in_production = 11; + const current_app_buildversion_in_production = 14; if ( parseInt(appbuild as string, 10) > current_app_buildversion_in_production