Skip to content

Commit

Permalink
Merge pull request #53 from HarryHung/feature/bump-pipeline-version
Browse files Browse the repository at this point in the history
Bump pipeline version to 0.8.1
  • Loading branch information
HarryHung authored Jul 3, 2023
2 parents 61a1432 + 9c001d3 commit 10ea12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env nextflow

// Version of this release
pipelineVersion = '0.8.0'
pipelineVersion = '0.8.1'

// Import workflow modules
include { PIPELINE } from "$projectDir/workflows/pipeline"
Expand Down

0 comments on commit 10ea12a

Please sign in to comment.