aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-24 15:48:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-24 15:48:28 -0700
commitf5257075fa2ab474de055bee0d781d3e342cae8e (patch)
tree7c9c4909e7ac14efcb7b839feef209a5de810ce4 /consfigurator.asd
parent232678dd702a30f8babf6f3bfa2cd6db2c38ed1f (diff)
downloadconsfigurator-f5257075fa2ab474de055bee0d781d3e342cae8e.tar.gz
release Consfigurator 0.9.0v0.9.0
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 d7395e2..24e0812 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "0.8.0"
+ :version "0.9.0"
: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.8.0"
+ :version "0.9.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t