Skip to content

Commit e4b9eaf

Browse files
version upgrade
1 parent ae1b6a8 commit e4b9eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use clap::{App, Arg};
77

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

0 commit comments

Comments
 (0)