From b9842d2ccae8b51bca1ab46e4a039d177eb0621e Mon Sep 17 00:00:00 2001 From: John Jacobsen Date: Wed, 6 Jul 2022 21:10:01 -0500 Subject: [PATCH] Version 0.0.28 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8466a37..027263c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject oatmeal "0.0.28-SNAPSHOT" +(defproject oatmeal "0.0.28" :description "A tool for working with Common Lisp projects" :url "http://github.com/eigenhombre/oatmeal" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"