aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-18 15:18:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-18 15:18:34 -0700
commit5dd1dd76b1ab25726c67cf8fe4e85d066e60c507 (patch)
tree36f2353b436efd77bd4ff60e7a1a11ae6bfa860e /consfigurator.asd
parentb005417fd730e24121b4f74426a12238a0d0c08e (diff)
downloadconsfigurator-5dd1dd76b1ab25726c67cf8fe4e85d066e60c507.tar.gz
release Consfigurator 1.1.1 (-1 to Debian unstable)v1.1.1debian/1.1.1-1archive/debian/1.1.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 cc7c4c6..21c6660 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "1.1.0"
+ :version "1.1.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.1.0"
+ :version "1.1.1"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t