Skip to content

Commit

Permalink
Merge pull request #36 from ihrwein/version-bump-0-2-0
Browse files Browse the repository at this point in the history
Cargo: bump version to 0.2.0
  • Loading branch information
ihrwein committed Jul 23, 2015
2 parents 3449617 + 3c3a36e commit 7574759
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.1.0"
version = "0.2.0"
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.1.0";
const VERSION: &'static str = "0.2.0";
const AUTHOR: &'static str = "Tibor Benke <tibor.benke@balabit.com>";
const APPNAME: &'static str = "adbtool";

Expand Down

0 comments on commit 7574759

Please sign in to comment.