bump version to 0.0.7

This commit is contained in:
2026-06-12 19:02:32 +02:00
parent 8f3de30cd1
commit c3c74bc47c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "dockermcmgr" name = "dockermcmgr"
version = "0.0.6" version = "0.0.7"
edition = "2024" edition = "2024"
[[bin]] [[bin]]

View File

@ -38,7 +38,7 @@
final: final:
{ {
pname = "dmm"; pname = "dmm";
version = "0.0.6"; version = "0.0.7";
inherit src; inherit src;
cargoLock.lockFile = src + "/Cargo.lock"; cargoLock.lockFile = src + "/Cargo.lock";