From 000073693ed6e02b4757289389bfa90cd23f5714 Mon Sep 17 00:00:00 2001 From: Matthew Mauer Date: Mon, 21 Apr 2025 10:31:18 -0400 Subject: [PATCH] bump verions to 0.23.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e23ea4..49d16b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "propelauth" -version = "0.23.2" +version = "0.23.3" authors = ["support@propelauth.com"] description = "A Rust crate for managing authentication and authorization with support for multi-tenant / B2B products, powered by PropelAuth" keywords = ["authentication", "auth", "authorization", "b2b", "tenant"]