Skip to content

Commit 0d66c78

Browse files
ise-cryptocopybara-github
authored andcommitted
Bump version to 2.2.0
PiperOrigin-RevId: 632499052 Change-Id: I24873c0a7d731794b87982f445bbbde5881cda8a
1 parent c4e9d35 commit 0d66c78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "tink-go-gcpkms",
3-
version = "2.1.0",
3+
version = "2.2.0",
44
)
55

66
bazel_dep(

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Version of the current release of the Tink Go GCP KMS Extension"""
2-
TINK_GO_GCPKMS_EXTENSION = "2.1.0"
2+
TINK_GO_GCPKMS_EXTENSION = "2.2.0"

0 commit comments

Comments
 (0)