Skip to content

Commit da59ab2

Browse files
committed
Version update.
1 parent 3e6184b commit da59ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modbusmechanic/ModbusMechanic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class ModbusMechanic {
4747
* @param args the command line arguments
4848
*/
4949
//version in numeric form major,minor,rev
50-
public static int[] versionArray = { 2,9,0 };
50+
public static int[] versionArray = { 3,0,0 };
5151
public static int RESPONSE_TYPE_ASCII = 1;
5252
public static int RESPONSE_TYPE_FLOAT = 2;
5353
public static int RESPONSE_TYPE_UINT16 = 3;

0 commit comments

Comments
 (0)