From 794d02c76c26c86b0f13d3a9cf11176c2de7c21f Mon Sep 17 00:00:00 2001 From: "Ian K. Guimaraes" Date: Mon, 23 Sep 2024 16:40:43 -0300 Subject: [PATCH] chore: bump crate version --- crates/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 6ad9c6a..4b7027f 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eql_core" -version = "0.1.11" +version = "0.1.12" rust-version.workspace = true edition.workspace = true authors.workspace = true