Bump version to 0.2.8

This commit is contained in:
timvisee
2023-01-30 18:42:50 +01:00
parent 6c3129a8b0
commit 72d58f051f
5 changed files with 12 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ use crate::util::serde::to_socket_addrs;
pub const CONFIG_FILE: &str = "lazymc.toml";
/// Configuration version user should be using, or warning will be shown.
const CONFIG_VERSION: &str = "0.2.6";
const CONFIG_VERSION: &str = "0.2.8";
/// Load config from file, based on CLI arguments.
///