From 2600623fe9a2afcabbbbab90a4e7fb7b0c425e12 Mon Sep 17 00:00:00 2001
From: Sergei S
Date: Mon, 7 Jun 2021 21:00:08 +0200
Subject: [PATCH] 1.0.13
---
Cargo.toml | 2 +-
Makefile | 2 +-
src/main.rs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index f4748c5..e53d521 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
include = ["src/**/*", "Cargo.toml"]
name = "pulr"
-version = "1.0.12"
+version = "1.0.13"
edition = "2018"
[dependencies]
diff --git a/Makefile b/Makefile
index 8094e25..7ad273e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.0.12
+VERSION=1.0.13
all: debug
diff --git a/src/main.rs b/src/main.rs
index df287c5..005063a 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.12";
+const VERSION: &str = "1.0.13";
fn get_default_event_timeout() -> f32 {
return 0.0;