Skip to content

Commit fe3e251

Browse files
tholenstcopybara-github
authored andcommitted
Tag version 1.20.0
PiperOrigin-RevId: 842209539 Change-Id: I09a4c70089dbfcb4831cd4cc37d9aab437fcb49e
1 parent efe61ad commit fe3e251

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
"""Tink Java Bazel Module definition."""
22

3-
module(name = "tink_java", version = "1.19.0")
3+
module(name = "tink_java", version = "1.20.0")
44

55
bazel_dep(name = "bazel_skylib", version = "1.8.1")
66
bazel_dep(name = "rules_java", version = "8.16.1")

tink_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 Tink Java."""
2-
TINK_VERSION_LABEL = "1.19.0"
2+
TINK_VERSION_LABEL = "1.20.0"

0 commit comments

Comments
 (0)