Bump version number
When you release a new version of a nf-core pipeline, you need to update version numbers in several places.
The nf-core pipelines bump-version command automates this process to avoid manual errors.
This command requires your pipeline to pass the linting tests.
Run nf-core pipelines bump-version <new-version>, for example:
To specify a different directory, use --dir <pipeline-dir>.
To change the required version of Nextflow instead of the pipeline version number, use the --nextflow flag.