https://github.com/google/tink
Raw File
Tip revision: 9b23d09421c3fe4df1cfabfe6fe1376df98786f8 authored by thaidn on 12 March 2020, 02:16:59 UTC
Rename 1.3.0-rc4 to 1.3.0.
Tip revision: 9b23d09
tink_version.bzl
""" Version of the current release of Tink """
TINK_VERSION_LABEL = "1.3.0"
back to top