From 4dcf1eeb4dc48a44ab3e33a521a13e25b621f797 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Sun, 14 Jul 2019 22:48:10 +0900 Subject: [PATCH] v0.6.0 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c4018f2..6d248e9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A pure-rust implementation of the Noise Protocol Framework" homepage = "https://snow.rs" documentation = "https://snow.rs/doc/snow" repository = "https://github.com/mcginty/snow" -version = "0.6.0-alpha2" +version = "0.6.0" authors = ["Jake McGinty ", "trevp"] license = "Unlicense" categories = ["cryptography"]