https://github.com/google/tink
Raw File
Tip revision: b2bd4dada31b402614d7ea3b118f3eb3fea935a0 authored by Thai Duong on 13 December 2019, 01:51:43 UTC
Update issue templates
Tip revision: b2bd4da
tink_version.bzl
""" Version of the current release of Tink """
TINK_VERSION_LABEL = "1.3.0-rc2"
back to top