-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PiperOrigin-RevId: 634281559 Change-Id: I8a5a0a71df22c9eea5f48e80d55869751bd9fbfc
- Loading branch information
1 parent
c6a1326
commit 63c71c2
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ package tink | |
|
||
const ( | ||
// Version is the current version of Tink. | ||
Version = "2.1.0" | ||
Version = "2.2.0" | ||
) |