From bbdf6d8364df8a67a55bddb0299f5cb058f15a24 Mon Sep 17 00:00:00 2001
From: Simon Brooke <simon@journeyman.cc>
Date: Mon, 27 Jan 2020 13:29:45 +0000
Subject: [PATCH] lein-release plugin: bumped version from 0.1.4 to
 0.1.5-SNAPSHOT for next development cycle

---
 project.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.clj b/project.clj
index 2157956..6e797bb 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject csv2edn "0.1.4"
+(defproject csv2edn "0.1.5-SNAPSHOT"
   :description "Simple command line utility to convert CSV files to EDN."
   :url "https://github.com/simon-brooke/csv2edn"
   :license {:name "GPL-2.0-or-later WITH Classpath-exception-2.0"