chore: updated version for release

This commit is contained in:
Ladislav Hano 2025-01-26 23:52:00 +01:00
parent b98934f79b
commit f46b3acc8c
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2061,7 +2061,7 @@ dependencies = [
[[package]]
name = "moover_rust"
version = "3.3.1"
version = "3.4.0"
dependencies = [
"anyhow",
"chrono",

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;