Skip to content

Commit

Permalink
build: Bump readyset version number for linux pkgs
Browse files Browse the repository at this point in the history
The linux release packages get their version number from the readyset
version number in public/readyset/Cargo.toml.

Change-Id: Iede6d2c95443c9fcfce0750627658e0565680870
  • Loading branch information
ronh-rs committed Jun 29, 2024
1 parent b9a0ff8 commit 8aaef60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions readyset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "readyset"
version = "1.5.0"
version = "1.6.0"
publish = false
authors = ["Readyset Technology, Inc. <[email protected]>"]
edition = "2021"
edition = "2024"
license = "BSL 1.1"
description = """\
A real-time SQL caching engine for Postgres and MySQL."""
Expand Down

0 comments on commit 8aaef60

Please sign in to comment.