From 9389860b5e5a273c4a84ed3c5fe75259440c9902 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 8 Jul 2021 01:07:34 +0800 Subject: [PATCH] 0.12.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8da50fc9e..f3efc8380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ [package] name = "sea-query" -version = "0.12.5" +version = "0.12.6" authors = [ "Chris Tsang ", "Billy Chan " ] edition = "2018" description = "🌊 A dynamic query builder for MySQL, Postgres and SQLite"