From 6603189fc293c2f97198c40f161ce93e926cbf7c Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Wed, 27 Mar 2024 16:21:27 -0700 Subject: [PATCH] Version bump to 0.0.23. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fe3fe1..17a99ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "waffle" -version = "0.0.22" +version = "0.0.23" description = "Wasm Analysis Framework For Lightweight Experiments" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception"