From 674ca5ab3777a8370013604d27b59bbc43513ef6 Mon Sep 17 00:00:00 2001 From: Tibor Benke Date: Thu, 23 Jul 2015 18:02:45 +0200 Subject: [PATCH] Cargo: bump version to 0.2.1 Signed-off-by: Tibor Benke --- Cargo.toml | 2 +- src/bin/adbtool.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aadc5ba..ef71eab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actiondb" -version = "0.2.0" +version = "0.2.1" authors = ["Tibor Benke "] [[bin]] diff --git a/src/bin/adbtool.rs b/src/bin/adbtool.rs index 534f770..4379015 100644 --- a/src/bin/adbtool.rs +++ b/src/bin/adbtool.rs @@ -10,7 +10,7 @@ use actiondb::matcher::Factory; use log::{LogLevelFilter}; use actiondb::utils::logger::StdoutLogger; -const VERSION: &'static str = "0.2.0"; +const VERSION: &'static str = "0.2.1"; const AUTHOR: &'static str = "Tibor Benke "; const APPNAME: &'static str = "adbtool";