Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdvalle committed Oct 31, 2016
1 parent de011c0 commit f3c214c
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,6 +1,6 @@
[package]
name = "echoserver"
version = "0.0.1"
version = "0.0.2"
authors = ["Greg Dallavalle <greg.dallavalle@gmail.com>"]

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn parse_addresses(listeners: clap::Values) -> Vec<String> {

fn main() {
let args = App::new("echoserver")
.version("0.0.1")
.version("0.0.2")
.about("HTTP server that prints requests and returns an empty 200.")
.arg(Arg::with_name("listen")
.short("l")
Expand Down

0 comments on commit f3c214c

Please sign in to comment.