From 5df5c76c4c8e4295c0e1a1573b01e9c427ee033b Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Thu, 14 Dec 2023 19:09:44 +0100 Subject: [PATCH] Tag 0.13.0 release Signed-off-by: Flavio Castelli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0df8962..9af35326 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ ] edition = "2021" name = "policy-evaluator" -version = "0.12.2" +version = "0.13.0" [workspace] members = ["crates/burrego"]