diff options
author | colin <colin@cicadas.surf> | 2024-02-04 11:03:02 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-02-04 11:03:02 -0800 |
commit | 07bac31f28b58e1c875187cba840001385ec3f28 (patch) | |
tree | 4b5c6b5a80429edae0db7189348179770ad48239 | |
parent | c978852f91901252c7b8c5d5a1fd31918d374932 (diff) |
Version bump
-rw-r--r-- | testiere.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testiere.asd b/testiere.asd index 9e11b33..e481ad2 100644 --- a/testiere.asd +++ b/testiere.asd @@ -4,7 +4,7 @@ :description "TDD system for Common Lisp" :author "Colin OKeefe <colin@cicadas.surf>" :license "GPLv3" - :version "1.0.2" + :version "1.1.0" :depends-on (:trivia) :pathname "src/" :serial t |