diff --git a/Cargo.toml b/Cargo.toml index e1c7ee1..f961443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_wire" -version = "0.5.0" +version = "0.6.0" description = "Server Side implementation of PostgreSQL Wire Protocol" license = "Apache-2.0" repository = "https://github.com/alex-dukhno/pg_wire"