From b8384152769ec22febe143c471d9d2fa292c9d37 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 1 Mar 2023 14:25:38 -0500 Subject: [PATCH] (cargo-release) version 0.31.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1cc7a33ec..776524b88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sqlparser" description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011" -version = "0.30.0" +version = "0.31.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"