diff options
-rw-r--r-- | ccwl/ccwl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 01b1599..3dc3115 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -38,7 +38,7 @@ pipeline write-cwl)) -(define %cwl-version "v1.1") +(define %cwl-version "v1.2") (define-immutable-record-type <input> (make-input id type label default source prefix other) |