diff --git a/Cargo.toml b/Cargo.toml index b3428d2..b1eb093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] include = ["src/**/*", "Cargo.toml"] name = "pulr" -version = "1.0.7" +version = "1.0.8" edition = "2018" [dependencies] diff --git a/Makefile b/Makefile index 38706f2..774532e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0.7 +VERSION=1.0.8 all: debug diff --git a/src/main.rs b/src/main.rs index 10401e3..75b2712 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ mod ppenip; mod ppsnmp; const HOMEPAGE: &str = "https://github.com/alttch/pulr"; -const VERSION: &str = "1.0.7"; +const VERSION: &str = "1.0.8"; fn get_default_timeout() -> f32 { return 5.0;