Skip to content

Commit

Permalink
Prepare for release 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasluqui committed Sep 8, 2024
1 parent ed4852e commit 6efaa04
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 @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>KnightLauncher</groupId>
<artifactId>KnightLauncher</artifactId>
<version>2.0.7</version>
<version>2.0.8</version>
<name>KnightLauncher</name>
<description>Open source game launcher for a certain game.</description>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/luuqui/launcher/LauncherGlobals.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class LauncherGlobals {

public static final String LAUNCHER_VERSION = "2.0.7";
public static final String LAUNCHER_VERSION = "2.0.8";

public static final String LAUNCHER_NAME = "Knight Launcher";

Expand Down

0 comments on commit 6efaa04

Please sign in to comment.