Skip to content

Commit

Permalink
fix: increment prod version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Jan 28, 2024
1 parent ba64831 commit 589dd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-node/src/controllers/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ router.get(
return;
}

const current_app_buildversion_in_production = 15;
const current_app_buildversion_in_production = 16;

if (
parseInt(appbuild as string, 10) > current_app_buildversion_in_production
Expand Down

0 comments on commit 589dd1d

Please sign in to comment.