From 9a130fb1694e11c17999d2f20c689906acb9f74c Mon Sep 17 00:00:00 2001 From: Magnus Hallin Date: Sun, 11 Sep 2016 22:14:51 +0200 Subject: [PATCH] Start 0.5.2 dev cycle --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 225c3da5..5f696653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper" -version = "0.5.1" +version = "0.5.2" authors = ["Magnus Hallin "] description = "GraphQL server library" license = "BSD-2-Clause"