Skip to content

Commit

Permalink
feat: update version to 0.1.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse0w0 committed Oct 3, 2019
1 parent a360867 commit f3d30c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EngineAPI/src/main/java/nullengine/Platform.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static Engine getEngine() {
* Get platform version
*/
public static String getVersion() {
return "0.1.0-alpha";
return "0.1.1-alpha";
}

public static boolean isClient() {
Expand Down

0 comments on commit f3d30c0

Please sign in to comment.