Skip to content

Commit

Permalink
4.8.2 --> 4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Octalbyte committed Feb 28, 2022
1 parent ecc1f5e commit 7e2581f
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 @@ -23,7 +23,7 @@ mod lib;
const about: &str = "Simple CLI static file server";
#[allow(dead_code)]
#[allow(non_upper_case_globals)]
const version: &str = "4.8.2";
const version: &str = "4.8.3";
#[allow(dead_code)]
#[allow(non_upper_case_globals)]
const author: &str = "@Octalbyte";
Expand Down

0 comments on commit 7e2581f

Please sign in to comment.