From 6580bf10c0265f137432191048b183793d6fd1c7 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Fri, 8 Mar 2019 07:20:08 -0700 Subject: [PATCH] (cargo-release) version 0.2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7deadbe9..9b3bdbe1 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.3-alpha.0" +version = "0.2.3" authors = ["Andy Grove "] homepage = "https://github.com/andygrove/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"