From a6e548b6f532a5f7e6437302f6a13fae2df426ca Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Mon, 15 Jun 2020 13:19:27 +0900 Subject: [PATCH] v0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16c5a17..87f197d 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.7.0-alpha5" +version = "0.7.0" authors = ["Jake McGinty ", "trevp"] license = "Unlicense" categories = ["cryptography"]