Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Feb 13, 2019
1 parent ae1b6a8 commit e4b9eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use clap::{App, Arg};

fn main() {
let matches = App::new("microserver")
.version("0.1.4")
.version("0.1.5")
.about("A micro server to run from your CLI with support for SPAs.\nBased on Warp!")
.author("Roberto Huertas <[email protected]>")
.arg(
Expand Down

0 comments on commit e4b9eaf

Please sign in to comment.