From f542c657068f506374669c24a0fb8ed30640ef77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ko=C5=82aczkowski?= Date: Wed, 15 Dec 2021 16:01:50 +0100 Subject: [PATCH] Bump up version to 0.13.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94fe7cd..a654b7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,7 @@ dependencies = [ [[package]] name = "latte" -version = "0.13.1" +version = "0.13.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 105c248..38966fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "latte" description = "A database benchmarking tool for Apache Cassandra" -version = "0.13.1" +version = "0.13.2" authors = ["Piotr Kołaczkowski "] edition = "2021" readme = "README.md"