Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
agacek committed Sep 4, 2014
1 parent 9d9507d commit 589a09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jkind/src/jkind/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* runnable JARs allow only a single entry point.
*/
public class Main {
final public static String VERSION = "1.5.2";
final public static String VERSION = "1.6";

public static void main(String[] args) {
String availableEntryPoints = "Available entry points: -jkind, -jlustre2kind, -jlustre2excel, -benchmark";
Expand Down

0 comments on commit 589a09e

Please sign in to comment.