Skip to content

Commit

Permalink
Increase version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agacek committed Feb 25, 2013
1 parent 429bde9 commit f5b28ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jkind/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.antlr.v4.runtime.RecognitionException;

public class Main {
final public static String VERSION = "1.0.1";
final public static String VERSION = "1.1";

public static void main(String args[]) throws IOException, RecognitionException, InterruptedException {
String filename = ArgumentParser.parse(args);
Expand Down

0 comments on commit f5b28ca

Please sign in to comment.