From 3dd89ac44d1213a8aa8a0e3bdb01b2ea151cac8a Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 25 Sep 2021 14:49:54 -0400 Subject: [PATCH] (cargo-release) start next development iteration 0.11.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fb2b690..93070bac 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.11.0" +version = "0.11.1-alpha.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"