From 1538d66f88f40d3a80c6589cb7b76a9f3b3f70c4 Mon Sep 17 00:00:00 2001 From: Jeremy Chone Date: Thu, 2 Jan 2025 14:17:13 -0800 Subject: [PATCH] . update version to 0.1.17-WIP --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02517b2..554b2bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genai" -version = "0.1.16" +version = "0.1.17-WIP" edition = "2021" rust-version = "1.79" license = "MIT OR Apache-2.0"