diff --git a/Cargo.toml b/Cargo.toml index dc6d7a7..13375df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "torchbear" description = "network application framework" -version = "0.4.1" +version = "0.4.2" authors = ["Mitchell Tannenbaum "] repository = "https://github.com/foundpatterns/torchbear" readme = "Readme.md" diff --git a/src/main.rs b/src/main.rs index 72e19b5..9af0173 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,7 @@ use clap::{Arg, App as ClapApp}; fn main() { let matches = ClapApp::new("torchbear") - .version("0.4.1") + .version("0.4.2") .author("Mitchell Tannenbaum ") .about("TorchBear Application Framework") .arg(Arg::with_name("log")