From a313008a351c3368cbc86c44ab09bca528da3c58 Mon Sep 17 00:00:00 2001 From: Moreno Ambrosin Date: Mon, 4 Dec 2023 02:54:12 -0800 Subject: [PATCH] Bump version to 2.1.0 PiperOrigin-RevId: 587651100 Change-Id: If22103cabc60ec9235103c14b93556581bbd8701 --- tink/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tink/version.go b/tink/version.go index ed4bddb..1d6bfc6 100644 --- a/tink/version.go +++ b/tink/version.go @@ -18,5 +18,5 @@ package tink const ( // Version is the current version of Tink. - Version = "2.0.0" + Version = "2.1.0" )