diff --git a/Cargo.lock b/Cargo.lock index 41d372e..71f36f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2464,7 +2464,7 @@ dependencies = [ [[package]] name = "reoserv" -version = "1.7.0" +version = "1.7.1" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index c98d7a1..15a9799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reoserv" -version = "1.7.0" +version = "1.7.1" authors = ["Richard Leek "] edition = "2021" description = "The rust powered endless online server emulator" diff --git a/src/main.rs b/src/main.rs index 89596bf..eeb8656 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -const VERSION: &str = "1.7.0"; +const VERSION: &str = "1.7.1"; #[macro_use] extern crate log;