Skip to content

Commit

Permalink
Bump 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
naturallymitchell committed Nov 9, 2018
1 parent b928465 commit a287446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0"
version = "0.4.1"
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.0")
.version("0.4.1")
.author("Mitchell Tannenbaum <tannenbaum.mitchell@gmail.com>")
.about("TorchBear Application Framework")
.arg(Arg::with_name("log")
Expand Down

0 comments on commit a287446

Please sign in to comment.