Skip to content

Commit 16a83c5

Browse files
committed
4.8.2
1 parent e867dc3 commit 16a83c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "statix"
3-
version = "4.8.1"
3+
version = "4.8.2"
44
edition = "2018"
55
description = "A CLI http server for static file sharing"
66
license = "MIT"

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.1";
26+
const version: &str = "4.8.2";
2727
#[allow(dead_code)]
2828
#[allow(non_upper_case_globals)]
2929
const author: &str = "@Octalbyte";

0 commit comments

Comments
 (0)