From ef4b2c2470cf295a181d2a2c6429da8127dfb4e4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 21 Jul 2021 09:11:54 +0200 Subject: [PATCH] buildcfg: fix version now set here, but we really need to automate this soon, just to easy to forget. Signed-off-by: Thomas Lamprecht --- pbs-buildcfg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-buildcfg/Cargo.toml b/pbs-buildcfg/Cargo.toml index 86f9e954..4da2f967 100644 --- a/pbs-buildcfg/Cargo.toml +++ b/pbs-buildcfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbs-buildcfg" -version = "0.1.0" +version = "2.0.5" authors = ["Proxmox Support Team "] edition = "2018" description = "macros used for pbs related paths such as configdir and rundir"