Skip to content

Commit

Permalink
gen: bump patch versions
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed May 10, 2024
1 parent b5b97ec commit 8178339
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gen/pb-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "sigstore-protobuf-specs"
version = "0.3.1"
version = "0.3.2"
description = "A library for serializing and deserializing Sigstore messages"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Dev
module Sigstore
VERSION = '0.3.1'
VERSION = '0.3.2'
end
end
2 changes: 1 addition & 1 deletion gen/pb-rust/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 gen/pb-rust/sigstore-protobuf-specs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sigstore_protobuf_specs"
version = "0.3.4"
version = "0.3.5"
authors = ["Sigstore Authors <[email protected]>"]
edition = "2021"
homepage = "https://github.com/sigstore/protobuf-specs"
Expand Down

0 comments on commit 8178339

Please sign in to comment.