From b846ab787531ef927bb58156cbc37488b876ebe3 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 4 Jun 2021 21:09:10 +0800 Subject: [PATCH] 0.12.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbcaaa189..ad9b85757 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ [package] name = "sea-query" -version = "0.12.1" +version = "0.12.2" authors = [ "Chris Tsang ", "Billy Chan " ] edition = "2018" description = "🌊 A dynamic query builder for MySQL, Postgres and SQLite"