From 828f2d06a7960877178148a105120d27e5b23903 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 27 Jan 2020 11:31:10 +0000 Subject: [PATCH] Upversioned to 0.1.1-SNAPSHOT, to test release. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2208d40..73fb525 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject csv2edn "0.1.0" +(defproject csv2edn "0.1.1-SNAPSHOT" :description "Simple command line utility to convert CSV files to EDN" :url "http://example.com/FIXME" :license {:name "GPL-2.0-or-later WITH Classpath-exception-2.0"