From ba2095f9b9691812342c54100cd7de83a5b9a74d Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 15 Feb 2020 14:38:41 -0600 Subject: [PATCH] Bump version to 0.9.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 940fef7..c65f4b2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject kanaka/instacheck "0.9.1" +(defproject kanaka/instacheck "0.9.2" :description "Property-based testing with inputs defined as EBNF grammars" :url "https://github.com/kanaka/instacheck" :license {:name "Mozilla Public License version 2"