Skip to content

Commit 22f84aa

Browse files
gen: bump patch versions for v0.3.3 (#463)
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
1 parent 6ad0fad commit 22f84aa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

gen/pb-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "sigstore-protobuf-specs"
7-
version = "0.3.3"
7+
version = "0.3.4"
88
description = "A library for serializing and deserializing Sigstore messages"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

gen/pb-ruby/lib/sigstore_protobuf_specs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Dev
1818
module Sigstore
19-
VERSION = '0.3.2'
19+
VERSION = '0.3.3'
2020
end
2121
end

gen/pb-rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/pb-rust/sigstore-protobuf-specs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sigstore_protobuf_specs"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
authors = ["Sigstore Authors <sigstore-dev@googlegroups.com>"]
55
edition = "2021"
66
homepage = "https://github.com/sigstore/protobuf-specs"

gen/pb-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sigstore/protobuf-specs",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "code-signing for npm packages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)