From 82f273cf456bacbf6e72b998868d8c6d0342c1ce Mon Sep 17 00:00:00 2001 From: Ron Hough Date: Thu, 29 Aug 2024 17:19:15 -0500 Subject: [PATCH] build: Bump readyset version number for linux pkgs The linux release packages get their version number from the readyset version number in public/readyset/Cargo.toml. Change-Id: I49f0eefcd2b6942bbbb65eafa50158270c3b89a2 --- Cargo.lock | 2 +- readyset/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e53b622105..c679c075dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4097,7 +4097,7 @@ dependencies = [ [[package]] name = "readyset" -version = "1.7.0" +version = "1.8.0" dependencies = [ "anyhow", "chrono", diff --git a/readyset/Cargo.toml b/readyset/Cargo.toml index ed0fc758b2..744e250582 100644 --- a/readyset/Cargo.toml +++ b/readyset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "readyset" -version = "1.7.0" +version = "1.8.0" publish = false authors = ["Readyset Technology, Inc. "] edition = "2021"