Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634281559
Change-Id: I8a5a0a71df22c9eea5f48e80d55869751bd9fbfc
  • Loading branch information
kste authored and copybara-github committed May 16, 2024
1 parent c6a1326 commit 63c71c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "tink-go",
version = "2.1.0",
version = "2.2.0",
)

bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion tink/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package tink

const (
// Version is the current version of Tink.
Version = "2.1.0"
Version = "2.2.0"
)

0 comments on commit 63c71c2

Please sign in to comment.