From ca15a4edbf1de4c00304b12e44d3adf9ac729406 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 6 Jun 2022 16:53:46 -0400 Subject: [PATCH] (cargo-release) version 0.18.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00b4d1a1c..b60c615d6 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.17.0" +version = "0.18.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"