Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorRyb committed Dec 5, 2023
1 parent 4a4a62d commit 472ab5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.matsim-scenarios</groupId>
<artifactId>matsim-leipzig</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>

<name>MATSim Open Leipzig Scenario</name>
<description>MATSim Open Leipzig Scenario</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/matsim/run/RunLeipzigScenario.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class RunLeipzigScenario extends MATSimApplication {
/**
* Current version number.
*/
public static final String VERSION = "1.2";
public static final String VERSION = "1.3";
private static final Logger log = LogManager.getLogger(RunLeipzigScenario.class);
@CommandLine.Mixin
private final SampleOptions sample = new SampleOptions(1, 10, 25);
Expand Down

0 comments on commit 472ab5b

Please sign in to comment.