We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1b6a8 commit e4b9eafCopy full SHA for e4b9eaf
src/main.rs
@@ -7,7 +7,7 @@ use clap::{App, Arg};
7
8
fn main() {
9
let matches = App::new("microserver")
10
- .version("0.1.4")
+ .version("0.1.5")
11
.about("A micro server to run from your CLI with support for SPAs.\nBased on Warp!")
12
.author("Roberto Huertas <[email protected]>")
13
.arg(
0 commit comments