Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Oct 4, 2020
1 parent 83e1601 commit 340917a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modbusgw"
version = "1.0.1"
version = "1.0.2"
authors = ["Sergei S. <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.0.1
VERSION=1.0.2

all: debug

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<u8>,
Expand Down

0 comments on commit 340917a

Please sign in to comment.