Skip to content

Commit

Permalink
Merge branch 'update-versions' into 'dev'
Browse files Browse the repository at this point in the history
updating version for release

See merge request epi2melabs/workflow-containers/wf-artic!76
  • Loading branch information
mattdmem committed Dec 2, 2021
2 parents 66e0855 + 85d6e3f commit cef394b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7]
### Fixed
- Pangolin update step now checks for internet connection

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ params {
report_coverage = true
report_variant_summary = true
report_detailed = false
wfversion = "v0.3.6"
wfversion = "v0.3.7"
pangolin_version = "3.1.16"
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 @@ -220,7 +220,7 @@
},
"wfversion": {
"type": "string",
"default": "v0.3.6",
"default": "v0.3.7",
"hidden": true
},
"pangolin_version": {
Expand Down

0 comments on commit cef394b

Please sign in to comment.