From b3834dd9c54bac7b806769c7f2d9a68462b1196f Mon Sep 17 00:00:00 2001 From: Valerii Ponomarov Date: Tue, 30 Apr 2024 19:00:07 +0300 Subject: [PATCH] Bump latte version to distinguish binaries built out of our fork Make it be semver-compatible. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5f2f15..9a32e42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "latte-cli" description = "A database benchmarking tool for Apache Cassandra" -version = "0.25.0" +version = "0.25.1-scylladb" authors = ["Piotr Kołaczkowski "] edition = "2021" readme = "README.md"