We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0893dd commit c8a910bCopy full SHA for c8a910b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# nextflow-io/nf-schema: Changelog
2
3
-# Version 2.4.0dev
+# Version 2.4.0
4
5
## New features
6
README.md
@@ -25,7 +25,7 @@ Declare the plugin in your Nextflow pipeline configuration file:
25
26
```groovy title="nextflow.config"
27
plugins {
28
- id 'nf-schema@2.2.0'
+ id 'nf-schema@2.4.0'
29
}
30
```
31
plugins/nf-schema/src/resources/META-INF/MANIFEST.MF
Manifest-Version: 1.0
Plugin-Id: nf-schema
-Plugin-Version: 2.4.0dev
+Plugin-Version: 2.4.0
Plugin-Class: nextflow.validation.ValidationPlugin
Plugin-Provider: nextflow
Plugin-Requires: >=24.10.0
0 commit comments