Skip to content

Commit

Permalink
Set version to 0.9.3 to match git release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbysmith007 authored Sep 6, 2022
1 parent 98dfa7c commit 7ba3f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp-unit2.asd
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>, Acceleration.net,
Thomas M. Hermann <[email protected]>"
:license "MIT"
Expand All @@ -24,7 +24,7 @@

(defsystem :lisp-unit2-test
:description "Tests for lisp-unit2 "
:version "0.2.0"
:version "0.9.3"
:author "Russ Tyndall <[email protected]>, Acceleration.net,
Thomas M. Hermann <[email protected]>"
:license "MIT"
Expand Down

0 comments on commit 7ba3f47

Please sign in to comment.