Skip to content

Commit

Permalink
Bump version to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-coding committed Jul 8, 2024
1 parent 71e03d4 commit b705ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fius</groupId>
<artifactId>ICGE</artifactId>
<version>2.3.9-Snapshot</version>
<version>2.3.8</version>
</parent>
<artifactId>${artifactId}</artifactId>
<name>${name}</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/mario/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>ICGE Example: Mario Simulator</name>
<properties>
<java.version>11</java.version>
<icge.version>2.3.9-Snapshot</icge.version>
<icge.version>2.3.8</icge.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
Expand Down

0 comments on commit b705ceb

Please sign in to comment.