Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Bump readyset version number for linux pkgs #1308

Open
wants to merge 1 commit into
base: If47ea218e71c2a90198753d247977273f505404a
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: Iede6d2c95443c9fcfce0750627658e0565680870
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/7647
Reviewed-by: Marcelo Altmann <marcelo@readyset.io>
Tested-by: Buildkite CI
  • Loading branch information
ronh-rs committed Jul 1, 2024
commit 10e4ee7d90cc6337ba2463d8ffbf3a49dd4c9e43
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.

2 changes: 1 addition & 1 deletion readyset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "readyset"
version = "1.5.0"
version = "1.6.0"
publish = false
authors = ["Readyset Technology, Inc. <info@readyset.io>"]
edition = "2021"