aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-11 12:26:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-11 12:26:43 -0700
commit59a38f59c8f877a3145a75fdb3756506881255d7 (patch)
treec4c870b66a6b4abe4254dc0e6d017b8e9eadec01 /consfigurator.asd
parentd5746641867c2274f727233de499a62708640ab8 (diff)
downloadconsfigurator-59a38f59c8f877a3145a75fdb3756506881255d7.tar.gz
release Consfigurator 1.0.1 (-1 to Debian unstable)v1.0.1debian/1.0.1-1archive/debian/1.0.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 8615661..4d421a0 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "1.0.0"
+ :version "1.0.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.0.0"
+ :version "1.0.1"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t