From 8a532f6b7771acaadd0df0e9a97516232cbe2d2c Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 8 Aug 2021 14:48:25 +0800 Subject: [PATCH] 0.12.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d863b7cf..34cd3c3b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ [package] name = "sea-query" -version = "0.12.8" +version = "0.12.9" authors = [ "Chris Tsang ", "Billy Chan " ] edition = "2018" description = "🌊 A dynamic query builder for MySQL, Postgres and SQLite"