Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
bump version to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kparal committed Oct 29, 2014
1 parent 5258864 commit b08b3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esmska/data/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Config extends Object implements Serializable {
/** mutex whether config already loaded from disk */
private static boolean loaded = false;

private static final String LATEST_VERSION = "1.8.99";
private static final String LATEST_VERSION = "1.9";
private static final Logger logger = Logger.getLogger(Config.class.getName());

private String version = "";
Expand Down

0 comments on commit b08b3d0

Please sign in to comment.