bump version

This commit is contained in:
Rowan S-L 2024-04-13 08:35:14 -04:00
parent 844757b606
commit 7488323c13
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -831,7 +831,7 @@ dependencies = [
[[package]]
name = "dmm"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"base64 0.22.0",
"better-panic",

View File

@ -1,6 +1,6 @@
[package]
name = "dmm"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = [ "Rowan S-L <r@fawkes.io>" ]
description = "The Declarative Music Manager"

View File

@ -12,7 +12,7 @@ pub static PROJECT_AUTHORS: &'static str = clap::crate_authors!();
/// Codename associated with the current project version
pub static PROJECT_VERSION_CODENAME: &'static str = "lol";
const_assert!(const_eq!(clap::crate_version!(), "0.6.0"));
const_assert!(const_eq!(clap::crate_version!(), "0.6.1"));
lazy_static! {
pub static ref LOG_ENV: String = format!("{}_LOGLEVEL", PROJECT_NAME);