Skip to content

Commit

Permalink
Bump 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
naturallymitchell committed Nov 12, 2018
1 parent 1143d1c commit 69d2b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "torchbear"
description = "network application framework"
version = "0.4.1"
version = "0.4.2"
authors = ["Mitchell Tannenbaum <tannenbaum.mitchell@gmail.com>"]
repository = "https://github.com/foundpatterns/torchbear"
readme = "Readme.md"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tannenbaum.mitchell@gmail.com>")
.about("TorchBear Application Framework")
.arg(Arg::with_name("log")
Expand Down

0 comments on commit 69d2b87

Please sign in to comment.