Skip to content

Commit

Permalink
1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Apr 22, 2021
1 parent 26819c4 commit 1fdf1a9
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.9"
version = "1.0.10"
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.9
VERSION=1.0.10

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.9";
const VERSION: &str = "1.0.10";

fn get_default_timeout() -> f32 {
return 5.0;
Expand Down

0 comments on commit 1fdf1a9

Please sign in to comment.