Skip to content

Commit

Permalink
upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdmem committed Jan 24, 2022
1 parent 67a4433 commit 55ebb05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [v0.3.10]
### Changes
- `--samples` now changed to `--sample` and `--sample_sheet` introduced
- Schema updated to allow integration with epi2me services
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ params {
report_coverage = true
report_variant_summary = true
report_detailed = false
wfversion = "v0.3.9"
wfversion = "v0.3.10"
pangolin_version = "3.1.17"
nextclade_version = "1.8.0"
nextclade_data_tag = null
nextclade_data_tag = null
update_data = false
aws_image_prefix = null
aws_queue = null
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.3.9",
"default": "v0.3.10",
"hidden": true
},
"pangolin_version": {
Expand Down

0 comments on commit 55ebb05

Please sign in to comment.