From 21540817e50fe78411ae253c93d7364dc6ffa47b Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Mon, 3 Sep 2018 14:56:39 -0600 Subject: [PATCH] (cargo-release) start next development iteration 0.1.4-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a35d19b..be6f8747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sqlparser" description = "ANSI SQL parser" -version = "0.1.3" +version = "0.1.4-alpha.0" authors = ["Andy Grove "] homepage = "https://github.com/andygrove/sqlparser-rs" documentation = "https://github.com/andygrove/sqlparser-rs"