Skip to content

Commit 5fb533c

Browse files
committed
bump the version number in the code
1 parent d5be7ce commit 5fb533c

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
@@ -26,7 +26,7 @@ const DEBUG_INFO: bool = false;
2626
const NAME: &str = "OispaHallaAnticheat";
2727
#[cfg(feature = "server")]
2828
const NAME_SERVER: &str = "HAC";
29-
const VERSION: &str = "0.1.0";
29+
const VERSION: &str = "0.1.1";
3030

3131
fn give_help() {
3232
println!("{} {}", NAME, VERSION);

0 commit comments

Comments
 (0)