From 9f8562c932a4c92727d8a10a8e4f2cfdd1613f3c Mon Sep 17 00:00:00 2001 From: Jeremy Chone Date: Mon, 6 Jan 2025 08:38:45 -0800 Subject: [PATCH] . update version to 0.1.18-WIP --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02f438c..191920e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genai" -version = "0.1.17" +version = "0.1.18-WIP" edition = "2021" rust-version = "1.79" license = "MIT OR Apache-2.0"