From 0eddd4982aca055c4aca851a2360cd47c3faf4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Solano=20G=C3=B3mez?= Date: Wed, 21 Oct 2020 13:31:17 -0500 Subject: [PATCH] Version 0.13.5-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1b1f751..b6a5fe2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.outpace/config "0.13.4" +(defproject com.outpace/config "0.13.5-SNAPSHOT" :description "A library for declaring and setting configuration vars." :url "https://github.com/outpace/config" :license {:name "Apache License, Version 2.0"