4 lines
143 B
Rust
4 lines
143 B
Rust
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
|
pub const MOTD: &str = "OPEN BETA (v2)";
|
|
// pub const MOTD: &str = "some good 'ol music";
|