From 658ef8c3757f5d4c24cfa343fb533ca4b4b752a1 Mon Sep 17 00:00:00 2001 From: "Ian K. Guimaraes" Date: Mon, 23 Sep 2024 16:48:38 -0300 Subject: [PATCH] chore(cli): bump crate version --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 5a090c2..7592ef1 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eql_cli" -version = "0.1.1-alpha" +version = "0.1.2-alpha" rust-version.workspace = true edition.workspace = true authors.workspace = true