diff options
author | colin <colin@cicadas.surf> | 2024-04-19 07:22:41 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-04-19 07:22:41 -0700 |
commit | d91c4a64373de516efb37b6a06ab3495807fc1cf (patch) | |
tree | 1fb72c9a55179f07a3744096683a56b4de3706ae | |
parent | 7adc21d1565e575a80c56dc61e7f119a6cde6e12 (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 e47c0fb..573e61a 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.1.0" + :version "1.2.0" :depends-on (:trivia) :pathname "src/" :serial t |