From 3b6aabce981f76de326f2c60be12fa36ab10ff8b Mon Sep 17 00:00:00 2001
From: Lee Spector <lspector@hampshire.edu>
Date: Mon, 2 Aug 2021 11:43:56 -0400
Subject: [PATCH] Version bump

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

diff --git a/project.clj b/project.clj
index 2c8c5b7..4c35208 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject net.clojars.lspector/propeller "0.2.2"
+(defproject net.clojars.lspector/propeller "0.2.3"
   :description "Yet another Push-based genetic programming system in Clojure."
   :url "https://github.com/lspector/propeller"
   :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"