Skip to content

Commit

Permalink
changing version to 4.4.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwagner committed Jun 8, 2021
1 parent 4e40134 commit d3b3b75
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 @@ -38,7 +38,7 @@
* runnable JARs allow only a single entry point.
*/
public class Main {
public static final String VERSION = "4.4.1";
public static final String VERSION = "4.4.2";

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

0 comments on commit d3b3b75

Please sign in to comment.