Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Increment version number for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbell committed Oct 13, 2018
1 parent d9c51bb commit 969885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/me/mdbell/noexs/ui/NoexsApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class NoexsApplication extends Application {

public static final int VERSION_MAJOR = 1;
public static final int VERSION_MINOR = 1;
public static final int VERSION_PATCH = 1;
public static final int VERSION_PATCH = 2;

public static final String APP_NAME = "JNoexs";
public static final String APP_VERSION = VERSION_MAJOR + "." + VERSION_MINOR + "." + VERSION_PATCH;
Expand Down

0 comments on commit 969885b

Please sign in to comment.