Skip to content

Commit

Permalink
bump version to 1.10-SNAPSHOT for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fein committed Oct 9, 2024
1 parent 7d45c3a commit 89af724
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 @@ -6,7 +6,7 @@

<groupId>de.uni_passau.fim.se2</groupId>
<artifactId>Litterbox</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/uni_passau/fim/se2/litterbox/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@CommandLine.Command(
name = "LitterBox",
mixinStandardHelpOptions = true,
version = "LitterBox 1.9",
version = "LitterBox 1.10-SNAPSHOT",
subcommands = {
// general commands
Main.CheckProgramsSubcommand.class,
Expand Down

0 comments on commit 89af724

Please sign in to comment.