From 5284d240f2a0eeea446ab9b2615bc162980905c6 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Fri, 17 Apr 2020 19:11:55 +0200 Subject: [PATCH] v0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e15e854bd..0244511c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tide" -version = "0.6.0" +version = "0.7.0" description = "Serve the web – HTTP server framework" authors = [ "Aaron Turon ",