From 91fbd738cd13fbfe8cd739a2fa690558a6f29640 Mon Sep 17 00:00:00 2001 From: 0x776a <36641328+midnightexigent@users.noreply.github.com> Date: Sun, 21 Jan 2024 21:00:49 +0100 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fdfe96..69addbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hbase-thrift" -version = "1.1.0" +version = "1.2.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/midnightexigent/hbase-thrift-rs"