From 7ba3f47264e7833848f161cea7c6d6172608af27 Mon Sep 17 00:00:00 2001 From: Russ Tyndall Date: Tue, 6 Sep 2022 10:23:34 -0400 Subject: [PATCH] Set version to 0.9.3 to match git release tags --- lisp-unit2.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp-unit2.asd b/lisp-unit2.asd index fc96bdd..738e5ad 100644 --- a/lisp-unit2.asd +++ b/lisp-unit2.asd @@ -3,7 +3,7 @@ (defsystem :lisp-unit2 :description "Common Lisp library that supports unit testing." - :version "0.2.0" + :version "0.9.3" :author "Russ Tyndall , Acceleration.net, Thomas M. Hermann " :license "MIT" @@ -24,7 +24,7 @@ (defsystem :lisp-unit2-test :description "Tests for lisp-unit2 " - :version "0.2.0" + :version "0.9.3" :author "Russ Tyndall , Acceleration.net, Thomas M. Hermann " :license "MIT"