Skip to content

Commit

Permalink
Change the Semantika Core release number to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Apr 16, 2014
1 parent 702f8d0 commit 892e991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/obidea/semantika/cli/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
public class Main
{
private static final String VERSION_NUMBER = "1.1"; //$NON-NLS-1$
private static final String SEMANTIKA_CORE_VERSION_NUMBER = "1.3"; //$NON-NLS-1$
private static final String SEMANTIKA_CORE_VERSION_NUMBER = "1.4"; //$NON-NLS-1$

private static Options sOptions = new Options();
static {
Expand Down

0 comments on commit 892e991

Please sign in to comment.