Skip to content

Commit

Permalink
Version 2.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
emd4600 committed Jul 25, 2020
1 parent 3f4b342 commit 520c7d0
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, 14, null);
public final VersionInfo versionInfo = new VersionInfo(2, 1, 16, null);

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

0 comments on commit 520c7d0

Please sign in to comment.