version.go (tink-1.6.0) | : | version.go (tink-1.6.1) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
// See the License for the specific language governing permissions and | // See the License for the specific language governing permissions and | |||
// limitations under the License. | // limitations under the License. | |||
// | // | |||
//////////////////////////////////////////////////////////////////////////////// | //////////////////////////////////////////////////////////////////////////////// | |||
package tink | package tink | |||
const ( | const ( | |||
// Version is the current version of Tink. | // Version is the current version of Tink. | |||
Version = "1.5.0" | Version = "1.6.1" | |||
) | ) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |