From d59244846ea8465c373338a88dc72a81f9a2ce07 Mon Sep 17 00:00:00 2001 From: Jarrod Overson Date: Tue, 16 Aug 2022 08:41:07 -0400 Subject: [PATCH] wafl 0.8.0 --- crates/bins/wafl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bins/wafl/Cargo.toml b/crates/bins/wafl/Cargo.toml index 4ce0a1c77..2a88e8269 100644 --- a/crates/bins/wafl/Cargo.toml +++ b/crates/bins/wafl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wafl" -version = "0.7.0" +version = "0.8.0" edition = "2021" default-run = "wafl" license = "Elastic-2.0"