Skip to content

Commit

Permalink
adhoc feat: bump version of AntwoordenModel to 2_2_3
Browse files Browse the repository at this point in the history
Part of PR #68
  • Loading branch information
FrozenSync committed Oct 10, 2024
1 parent 68e9c9f commit 28f54ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@Component
public class BeslissingsmatrixService {

private static final String ANTWOORDEN_MODEL_FILENAME = "AntwoordenModel_v2_2_2.csv";
private static final String ANTWOORDEN_MODEL_FILENAME = "AntwoordenModel_v2_2_3.csv";

private Map<String, ARAntwoordenModel> routes;

Expand Down

0 comments on commit 28f54ee

Please sign in to comment.