| commit | 5b7e89225b15f6d04c135242cf42fb0040660908 | [log] [tgz] |
|---|---|---|
| author | Andy Grove <andygrove73@gmail.com> | Sun Oct 14 11:43:13 2018 -0600 |
| committer | Andy Grove <andygrove73@gmail.com> | Sun Oct 14 11:43:13 2018 -0600 |
| tree | 2151e418f3a57074b0a5e5434dfab5dcc2a59200 | |
| parent | 8554ff1932a29d352673d0e1f6434443641e2786 [diff] |
(cargo-release) start next development iteration 0.1.7-alpha.0
diff --git a/Cargo.toml b/Cargo.toml index 9c03caf..7c945f4 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.1.6" +version = "0.1.7-alpha.0" authors = ["Andy Grove <andygrove73@gmail.com>"] homepage = "https://github.com/andygrove/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"