Skip to content

Commit

Permalink
Update version in source files before building native libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent 856430e commit 23215ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jssc/SerialNativeInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
public class SerialNativeInterface {

private static final String libVersion = "2.9.5";
private static final String libVersion = "2.9.6";

/** Linux **/
public static final int OS_LINUX = 0;
Expand Down

0 comments on commit 23215ce

Please sign in to comment.