From 43fef23bc8039b3849c1328c99741875bf76fe54 Mon Sep 17 00:00:00 2001 From: "Heres, Daniel" Date: Tue, 9 Feb 2021 21:31:27 +0100 Subject: [PATCH] (cargo-release) start next development iteration 0.8.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b1b6c15..8d4ce5b0 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.8.0" +version = "0.8.1-alpha.0" authors = ["Andy Grove "] homepage = "https://github.com/ballista-compute/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"