Skip to content

Commit b1c3e27

Browse files
morambrocopybara-github
authored andcommitted
Bump version to 2.1.0
PiperOrigin-RevId: 598575583 Change-Id: I563dde2f96376d07c7e0dfff9e5f8ed4da34b5d7
1 parent d19cb1e commit b1c3e27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "tink-go-gcpkms",
3-
version = "2.0.0",
3+
version = "2.1.0",
44
)
55

66
bazel_dep(

version.bzl

+1-1
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.0.0"
2+
TINK_GO_GCPKMS_EXTENSION = "2.1.0"

0 commit comments

Comments
 (0)