aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-20 10:55:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-20 10:55:44 -0700
commit1a6b284fa6c440cf813e7edd1123bd60b24bfdce (patch)
treed40085c4d8cf9cb2c417e1118c06873165de8d8c /consfigurator.asd
parenta6b092e0a2024e6fcf5fdb4a5682f9f6c54e0da3 (diff)
downloadconsfigurator-1a6b284fa6c440cf813e7edd1123bd60b24bfdce.tar.gz
release Consfigurator 0.9.1 (-1 to Debian unstable)v0.9.1debian/0.9.1-1archive/debian/0.9.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 24e0812..e3c47de 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "0.9.0"
+ :version "0.9.1"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
@@ -86,7 +86,7 @@
(defsystem "consfigurator/tests"
:description
"Tests for Consfigurator, Lisp declarative configuration management system"
- :version "0.9.0"
+ :version "0.9.1"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t