Skip to content

Commit

Permalink
2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
emd4600 committed Nov 23, 2019
1 parent e8c80cc commit 3720a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sporemodder/UpdateManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class UpdateManager {
*/
public static final TimeZone TIMEZONE = TimeZone.getTimeZone("UTC");

public final VersionInfo versionInfo = new VersionInfo(2, 1, 7, null);
public final VersionInfo versionInfo = new VersionInfo(2, 1, 8, null);

public static UpdateManager get() {
return MainApp.get().getUpdateManager();
Expand Down

0 comments on commit 3720a25

Please sign in to comment.