Bump version

This commit is contained in:
cælōrum spectātrīx 2025-11-21 23:02:59 +01:00
parent 3fd48ba75f
commit 3670f1fdff

View file

@ -44,7 +44,7 @@
(((or "-h" "-help") . _)
(usage))
(((or "-v" "-version") . _)
(format (current-error-port) "rain.scm 1.0.0~%" (program-name)))
(format (current-error-port) "rain.scm 1.0.1~%" (program-name)))
(((or "-j" "-parallel") n . rest)
(let ((nn (string->number n)))
(unless nn