chore: updated version for release

This commit is contained in:
Ladislav Hano 2025-01-26 23:52:00 +01:00
parent 34e8611904
commit aedbd7d627
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "moover_rust"
version = "3.3.1"
version = "3.4.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -58,7 +58,7 @@ impl EventHandler for Handler {
}
async fn ready(&self, ctx: Context, ready: Ready) {
println!("{} v3.3.1 is connected!", ready.user.name);
println!("{} v{} is connected!", ready.user.name, option_env!("CARGO_PKG_VERSION").unwrap_or(""));
#[cfg(feature="RELEASE")] {
use utils::debug::hello;