From 355bf7a39b0cd3fa8714dc602d70b230c189b39c Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Wed, 10 Apr 2019 15:35:34 -0700 Subject: [PATCH] Version bump to v0.1.9 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 80299ce..1fad1a0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject frak "0.1.9-SNAPSHOT" +(defproject frak "0.1.9" :description "Transform collections of strings into regular expressions." :url "http://github.com/noprompt/frak" :license {:name "Eclipse Public License" -- 2.25.1