version bump to 1.0.0-beta5

This commit is contained in:
steven-omaha
2023-02-15 14:16:40 +01:00
parent 83c05be3d3
commit 354e8d4741
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "pacdef"
version = "1.0.0-beta4"
version = "1.0.0-beta5"
edition = "2021"
description = "declarative package manager for Arch Linux"
license = "GPLv3"
@@ -17,7 +17,7 @@ anyhow = "1.0"
[dependencies]
anyhow = {workspace = true}
pacdef_core = {path = "crates/pacdef_core", version = "1.0.0-beta4"}
pacdef_core = {path = "crates/pacdef_core", version = "1.0.0-beta5"}
[[bin]]
name = "pacdef"