aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-02 15:03:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-02 15:03:30 -0700
commit89d3cef1268ca78bd4d7f3a262ecc4ad7e134c46 (patch)
tree1a2d3f37c9c4caf0bc124363609ea6878cc6ab4d /consfigurator.asd
parent80e4f1286bce24162638e2494c41c6bd31cbad56 (diff)
downloadconsfigurator-89d3cef1268ca78bd4d7f3a262ecc4ad7e134c46.tar.gz
release Consfigurator 1.1.0 (-1 to Debian unstable)v1.1.0debian/1.1.0-1archive/debian/1.1.0-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 f2f25fe..cc7c4c6 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "1.0.3"
+ :version "1.1.0"
: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.3"
+ :version "1.1.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t