version bump to 1.0.0-beta4

This commit is contained in:
Dr. Matthias Ratajczak
2023-02-14 16:08:56 +01:00
parent cc812f29e7
commit 4462d34f38
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "pacdef"
version = "1.0.0-beta3"
version = "1.0.0-beta4"
edition = "2021"
description = "declarative package manager for Arch Linux"
license = "GPLv3"
@@ -26,7 +26,7 @@ serde_derive = "1.0"
serde = "1.0"
pacdef_macros = {path = "crates/pacdef_macros", version = "0.1"}
pacdef_core = {path = "crates/pacdef_core", version = "1.0.0-beta3"}
pacdef_core = {path = "crates/pacdef_core", version = "1.0.0-beta4"}
[[bin]]
name = "pacdef"