Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-hakkaart committed Jun 20, 2024
1 parent 9179262 commit 2ce1fb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/demo/tree/dev" target="_blank">nf-core/demo</a>
This report has been generated by the <a href="https://github.com/nf-core/demo/releases/tag/1.0.0" target="_blank">nf-core/demo</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/demo/dev/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/demo/1.0.0/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-demo-methods-description":
order: -1000
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ manifest {
description = """An nf-core demo pipeline"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '1.0dev'
version = '1.0.0'
doi = ''
}

Expand Down

0 comments on commit 2ce1fb7

Please sign in to comment.