From d77d41f3a8cae0719f1579f86e9b16ea3989c154 Mon Sep 17 00:00:00 2001 From: Hermes Date: Tue, 12 May 2026 20:06:43 +0000 Subject: [PATCH] fix .asd version: 0.4.3 -> 0.7.2 (was 3 releases behind) --- passepartout.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passepartout.asd b/passepartout.asd index 54aa631..0a3155b 100644 --- a/passepartout.asd +++ b/passepartout.asd @@ -1,7 +1,7 @@ (defsystem :passepartout :name "Passepartout" :author "Amr Gharbeia" - :version "0.4.3" + :version "0.7.2" :license "AGPLv3" :description "The Probabilistic-Deterministic Lisp Machine" :depends-on (:usocket :bordeaux-threads :dexador :uiop :cl-dotenv :cl-ppcre :hunchentoot :ironclad :str :cl-json :uuid)