Skip to content

Commit 629db0c

Browse files
committed
Prepare for release 2.0.33
1 parent abe1548 commit 629db0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>KnightLauncher</groupId>
66
<artifactId>KnightLauncher</artifactId>
7-
<version>2.0.32</version>
7+
<version>2.0.33</version>
88
<name>KnightLauncher</name>
99
<description>Open source game launcher for a certain game.</description>
1010

src/main/java/com/luuqui/launcher/LauncherGlobals.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public class LauncherGlobals {
88

9-
public static final String LAUNCHER_VERSION = "2.0.32";
9+
public static final String LAUNCHER_VERSION = "2.0.33";
1010

1111
public static final String LAUNCHER_NAME = "Knight Launcher";
1212

0 commit comments

Comments
 (0)