From 82bcabd68d5c64b16a41a14dfc63b67328d10963 Mon Sep 17 00:00:00 2001 From: Arnaud AMBROSELLI Date: Sun, 28 Jan 2024 12:03:14 +0100 Subject: [PATCH] fix: increment prod version --- api-node/src/controllers/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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