Skip to content

Commit 805ff2d

Browse files
Update version in source files before building native libraries
1 parent a1da581 commit 805ff2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/jssc/SerialNativeInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
public class SerialNativeInterface {
3636

37-
private static final String libVersion = "2.10.1";
37+
private static final String libVersion = "2.10.2";
3838

3939
/** Linux **/
4040
public static final int OS_LINUX = 0;

0 commit comments

Comments
 (0)