From bafc59985771fcfdf2edd993fbea24ea9836a988 Mon Sep 17 00:00:00 2001 From: Lukasz Czaplinski Date: Thu, 12 Aug 2021 19:14:37 +0200 Subject: [PATCH] fix release 1.6.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 562da3e..786fa88 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject resume "1.6.0" +(defproject resume "1.6.1-fix" :description "Resume generator" :url "http://github.com/scoiatael/resume" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"