chore: Release

This commit is contained in:
steven-omaha
2023-02-23 22:03:14 +01:00
parent d45cdc4eae
commit 60b850316c
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "pacdef"
version = "1.0.0-beta.12"
version = "1.0.0-beta.13"
edition = "2021"
description = "declarative package manager for Linux"
license = "GPL-3.0-or-later"
@@ -17,7 +17,7 @@ anyhow = "1.0"
[dependencies]
anyhow = {workspace = true}
pacdef_core = {path = "crates/pacdef_core", version = "=1.0.0-beta.12" }
pacdef_core = {path = "crates/pacdef_core", version = "=1.0.0-beta.13" }
[[bin]]
name = "pacdef"