Skip to content

Commit

Permalink
Fixed wrong KiwiJava versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min authored Jan 30, 2024
1 parent c849ee0 commit d70cf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/java/kr/pe/bab2min/Kiwi.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

public class Kiwi implements AutoCloseable {
private long _inst;
final private static String _version = "0.16.0";
final private static String _version = "0.16.1";

public static class Match {
final static public int none = 0,
Expand Down

0 comments on commit d70cf2f

Please sign in to comment.