From 8fd95f033fac8174b5537434640c3a849fcd7143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Menci=C3=A8re?= <95620255+Nao-ris@users.noreply.github.com> Date: Tue, 20 May 2025 10:29:50 +0200 Subject: [PATCH] Bump version after logging API release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7306144..c3a2b60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "couchbase_lite" description = "Rust bindings for Couchbase Lite C" # The first three numbers correspond to the Couchbase Lite C release, the fourth number corresponds to the Rust release -version = "3.2.2-0" +version = "3.2.2-1" edition = "2024"