Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Mar 11, 2021
1 parent 0ab1322 commit 4b40ac7
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,7 +1,7 @@
[package]
include = ["src/**/*", "Cargo.toml"]
name = "pulr"
version = "1.0.7"
version = "1.0.8"
edition = "2018"

[dependencies]
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.7
VERSION=1.0.8

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 @@ -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;
Expand Down

0 comments on commit 4b40ac7

Please sign in to comment.