Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
monte committed May 4, 2011
1 parent 4338628 commit 404910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pspnetparty/lib/constants/AppConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private AppConstants() {
}

public static final String APP_NAME = "PSP NetParty";
public static final String VERSION = "0.7.2";
public static final String VERSION = "0.7.2.1";

public static final Charset CHARSET = Charset.forName("UTF-8");
public static final String NEW_LINE = System.getProperty("line.separator");
Expand Down

0 comments on commit 404910c

Please sign in to comment.