Skip to content

Commit

Permalink
Cargo: bump version to 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Benke <tibor.benke@balabit.com>
  • Loading branch information
Tibor Benke committed Jul 23, 2015
1 parent 7ca8cb8 commit 674ca5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "actiondb"
version = "0.2.0"
version = "0.2.1"
authors = ["Tibor Benke <tibor.benke@balabit.com>"]

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion src/bin/adbtool.rs
Expand Up @@ -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 <tibor.benke@balabit.com>";
const APPNAME: &'static str = "adbtool";

Expand Down

0 comments on commit 674ca5a

Please sign in to comment.