Skip to content

Commit 7e2581f

Browse files
committed
4.8.2 --> 4.8.3
1 parent ecc1f5e commit 7e2581f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mod lib;
2323
const about: &str = "Simple CLI static file server";
2424
#[allow(dead_code)]
2525
#[allow(non_upper_case_globals)]
26-
const version: &str = "4.8.2";
26+
const version: &str = "4.8.3";
2727
#[allow(dead_code)]
2828
#[allow(non_upper_case_globals)]
2929
const author: &str = "@Octalbyte";

0 commit comments

Comments
 (0)