| commit | 391c53d5c9daa1ac068d1dc81048f746b7b56dbf | [log] [tgz] |
|---|---|---|
| author | Andy Grove <andygrove73@gmail.com> | Fri Mar 08 07:20:19 2019 -0700 |
| committer | Andy Grove <andygrove73@gmail.com> | Fri Mar 08 07:20:19 2019 -0700 |
| tree | 7dd829b8e4d52e0afca932b49cd69e10e0f0a3c2 | |
| parent | 6580bf10c0265f137432191048b183793d6fd1c7 [diff] |
(cargo-release) start next development iteration 0.2.4-alpha.0
diff --git a/Cargo.toml b/Cargo.toml index 9b3bdbe..c5bae91 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" +version = "0.2.4-alpha.0" authors = ["Andy Grove <andygrove73@gmail.com>"] homepage = "https://github.com/andygrove/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"