From 1946791302e15792f82b6cd4cec417d2abf120f9 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Thu, 25 Jun 2020 20:46:29 -0600 Subject: [PATCH] (cargo-release) start next development iteration 0.5.2-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a3138f3..6f3ad98b 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.5.1" +version = "0.5.2-alpha.0" authors = ["Andy Grove "] homepage = "https://github.com/andygrove/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"