Skip to content

Commit 02f16c1

Browse files
committed
Version bump
1 parent ba5be61 commit 02f16c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reoserv"
3-
version = "1.10.4"
3+
version = "1.10.5"
44
authors = ["Richard Leek <[email protected]>"]
55
edition = "2021"
66
description = "The rust powered endless online server emulator"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION: &str = "1.10.4";
1+
const VERSION: &str = "1.10.5";
22

33
// Avoid musl's default allocator due to lackluster performance
44
// https://nickb.dev/blog/default-musl-allocator-considered-harmful-to-performance

0 commit comments

Comments
 (0)