diff --git a/Cargo.toml b/Cargo.toml index 35a5f24..49c1b1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "modbusgw" -version = "1.0.1" +version = "1.0.2" authors = ["Sergei S. "] edition = "2018" diff --git a/Makefile b/Makefile index 6f47e78..62fa574 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0.1 +VERSION=1.0.2 all: debug diff --git a/src/main.rs b/src/main.rs index 49fc381..7010539 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ use std::time::Duration; use argparse::{ArgumentParser, Store}; const HOMEPAGE: &str = "https://github.com/alttch/modbusgw"; -const VERSION: &str = "1.0.1"; +const VERSION: &str = "1.0.2"; struct Task { frame: Vec,