Skip to content

Commit c8a910b

Browse files
committed
bump version
1 parent d0893dd commit c8a910b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nextflow-io/nf-schema: Changelog
22

3-
# Version 2.4.0dev
3+
# Version 2.4.0
44

55
## New features
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Declare the plugin in your Nextflow pipeline configuration file:
2525

2626
```groovy title="nextflow.config"
2727
plugins {
28-
id 'nf-schema@2.2.0'
28+
id 'nf-schema@2.4.0'
2929
}
3030
```
3131

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
Plugin-Id: nf-schema
3-
Plugin-Version: 2.4.0dev
3+
Plugin-Version: 2.4.0
44
Plugin-Class: nextflow.validation.ValidationPlugin
55
Plugin-Provider: nextflow
66
Plugin-Requires: >=24.10.0

0 commit comments

Comments
 (0)