aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-02-20 13:07:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-02-20 13:07:58 -0700
commitfc0f4c3ab28a2839e1ffd42d5096372033837a54 (patch)
treea6c19a2eea7b89e305ec2a948d638bafd6d8f886 /consfigurator.asd
parent20c307b03e849d94a2f6407ca9bb77420295e50b (diff)
downloadconsfigurator-fc0f4c3ab28a2839e1ffd42d5096372033837a54.tar.gz
release Consfigurator 1.2.1 (-1 to Debian unstable)v1.2.1debian/1.2.1-1archive/debian/1.2.1-1
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd4
1 files changed, 2 insertions, 2 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index ae4eb65..59c936b 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "1.2.0"
+ :version "1.2.1"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
@@ -102,7 +102,7 @@
(defsystem "consfigurator/tests"
:description
"Tests for Consfigurator, Lisp declarative configuration management system"
- :version "1.2.0"
+ :version "1.2.1"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t