From a04a74f2a8b6f9cfad1912dbd1db90d1a00eadc2 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 29 Dec 2021 19:43:53 -0500 Subject: [PATCH] bump to next snapshot version for future development --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b24e6ac..4894def 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.gered/aging-session "0.1.0" +(defproject net.gered/aging-session "0.2.0-SNAPSHOT" :description "Memory based ring session with expiry and time based mutation." :url "https://github.com/gered/aging-session" :license {:name "Eclipse Public License"