Skip to content

Commit 6448c01

Browse files
committed
Version update.
1 parent 8b7063a commit 6448c01

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,6,0 };
50+
public static int[] versionArray = { 2,7,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)