Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-herman committed Oct 12, 2019
1 parent 063b3b6 commit a885ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/hermant/cli/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class Version {

private static final int MAJOR = 3;
private static final int MINOR = 1;
private static final int REVISION = 1;
private static final int REVISION = 4;

private static final String PROJECT_NAME = "PseudoAssembler Emulator";
private static final String FULL = PROJECT_NAME + " " + MAJOR + "." + MINOR + "." + REVISION;
Expand Down

0 comments on commit a885ecd

Please sign in to comment.