From a885ecdc607e658f73b6074ce0caa72d20bcc81b Mon Sep 17 00:00:00 2001 From: tomasz-herman Date: Sat, 12 Oct 2019 14:07:44 +0200 Subject: [PATCH] version bump --- src/com/hermant/cli/Version.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/hermant/cli/Version.java b/src/com/hermant/cli/Version.java index 5a76896..0c1f001 100644 --- a/src/com/hermant/cli/Version.java +++ b/src/com/hermant/cli/Version.java @@ -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;