From c9c25e7e38e998c69f53d26f7904e62aa356436f Mon Sep 17 00:00:00 2001 From: Darren B <68653294+Devd0@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:32:04 -0400 Subject: [PATCH] version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4a9c97..6e25541 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clerk-rs" -version = "0.1.7" +version = "0.1.8" authors = ["DarrenBaldwin07"] description = "An unofficial Rust SDK for the Clerk API" repository = "https://github.com/Cincinnati-Ventures/clerk-rs"