Skip to content

Commit

Permalink
Version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
SciFiDryer committed Sep 20, 2023
1 parent e345d76 commit 6665f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modbusmechanic/ModbusMechanic.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class ModbusMechanic {
* @param args the command line arguments
*/
//version in numeric form major,minor,rev
public static int[] versionArray = { 2,8,0 };
public static int[] versionArray = { 2,9,0 };
public static int RESPONSE_TYPE_ASCII = 1;
public static int RESPONSE_TYPE_FLOAT = 2;
public static int RESPONSE_TYPE_UINT16 = 3;
Expand Down

0 comments on commit 6665f7f

Please sign in to comment.