From aa1f0faad47d5e4a86020f9bf11a1c437f3f0adb Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Fri, 8 Mar 2019 07:28:37 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.2.5-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e6dcd25..c7f0760c 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.2.4" +version = "0.2.5-alpha.0" authors = ["Andy Grove "] homepage = "https://github.com/andygrove/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"