aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-06-29 17:38:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-06-29 17:38:29 -0700
commit6226c1f6684a2db9128c75ed72126f672d45a33c (patch)
tree453bca091c3507bca3eb04b7b87c661a7abc9da7 /consfigurator.asd
parent64addea51978d40074c066e496faae8ee836fded (diff)
downloadconsfigurator-6226c1f6684a2db9128c75ed72126f672d45a33c.tar.gz
release Consfigurator 1.0.3 (-1 to Debian unstable)v1.0.3debian/1.0.3-1archive/debian/1.0.3-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 2b315cb..f2f25fe 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "1.0.2"
+ :version "1.0.3"
: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.2"
+ :version "1.0.3"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t