Skip to content
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.

Commit

Permalink
v.0.0.16-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
egordorichev authored May 21, 2017
1 parent 7866be7 commit 2052998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/org/egordorichev/lasttry/LastTry.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/** Main game class */
public class LastTry extends Game {
/** LastTry version */
public static final Version version = new Version(0.0, 15, "alpha");
public static final Version version = new Version(0.0, 16, "alpha");

/** Random instance */
public static final Random random = new Random();
Expand Down

0 comments on commit 2052998

Please sign in to comment.