We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5be7ce commit 5fb533cCopy full SHA for 5fb533c
1 file changed
src/main.rs
@@ -26,7 +26,7 @@ const DEBUG_INFO: bool = false;
26
const NAME: &str = "OispaHallaAnticheat";
27
#[cfg(feature = "server")]
28
const NAME_SERVER: &str = "HAC";
29
-const VERSION: &str = "0.1.0";
+const VERSION: &str = "0.1.1";
30
31
fn give_help() {
32
println!("{} {}", NAME, VERSION);
0 commit comments