Skip to content

Commit

Permalink
Revert "set version number to 2024.2 in java code"
Browse files Browse the repository at this point in the history
This reverts commit 9ea16e0.
  • Loading branch information
tschlenther committed Oct 2, 2024
1 parent 9ea16e0 commit a27c193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/matsim/run/RunKelheimScenario.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
})
public class RunKelheimScenario extends MATSimApplication {

public static final String VERSION = "2024.2";
public static final String VERSION = "3.1";
private static final double WEIGHT_1_PASSENGER = 22235.;
private static final double WEIGHT_2_PASSENGER = 2850.;
private static final double WEIGHT_3_PASSENGER = 752.;
Expand Down

0 comments on commit a27c193

Please sign in to comment.