Skip to content

Commit 94efbab

Browse files
committed
Bump versions for release
1 parent 227bf1c commit 94efbab

File tree

5 files changed

+37
-37
lines changed

5 files changed

+37
-37
lines changed

.nf-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ template:
1616
name: mag
1717
org: nf-core
1818
outdir: .
19-
version: 3.3.2dev
19+
version: 3.4.0

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## 3.3.1dev [unreleased]
6+
## 3.4.0 [2025-04-02]
77

88
### `Added`
99

assets/multiqc_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/mag/tree/dev"
2+
This report has been generated by the <a href="https://github.com/nf-core/mag/releases/tag/3.4.0"
33
target="_blank">nf-core/mag</a> analysis pipeline. For information about how to
4-
interpret these results, please see the <a href="https://nf-co.re/mag/dev/docs/output"
4+
interpret these results, please see the <a href="https://nf-co.re/mag/3.4.0/docs/output"
55
target="_blank">documentation</a>.
66
report_section_order:
77
"nf-core-mag-methods-description":

nextflow.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ manifest {
488488
mainScript = 'main.nf'
489489
defaultBranch = 'master'
490490
nextflowVersion = '!>=24.04.2'
491-
version = '3.3.2dev'
491+
version = '3.4.0'
492492
doi = '10.1093/nargab/lqac007'
493493
}
494494

0 commit comments

Comments
 (0)