Skip to content

Commit eebd5e1

Browse files
authored
Merge pull request #139 from icgc-argo-workflows/helper-functions@1.0.1.1
[release]
2 parents 83a4c3a + 41d3c5d commit eebd5e1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

helper-functions/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* this block is auto-generated based on info from pkg.json where */
2525
/* changes can be made if needed, do NOT modify this block manually */
2626
nextflow.enable.dsl = 2
27-
version = '1.0.1'
27+
version = '1.0.1.1'
2828
/********************************************************************/
2929

3030

helper-functions/pkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helper-functions",
3-
"version": "1.0.1",
3+
"version": "1.0.1.1",
44
"description": "A collection of helper functions",
55
"main": "main.nf",
66
"deprecated": false,

helper-functions/tests/files-exist.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* this block is auto-generated based on info from pkg.json where */
2727
/* changes can be made if needed, do NOT modify this block manually */
2828
nextflow.enable.dsl = 2
29-
version = '1.0.1' // package version
29+
version = '1.0.1.1' // package version
3030

3131
container = [
3232
'ghcr.io': 'ghcr.io/icgc-argo-workflows/data-processing-utility-tools.helper-functions'

helper-functions/tests/generate-dummy-file.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/* this block is auto-generated based on info from pkg.json where */
2727
/* changes can be made if needed, do NOT modify this block manually */
2828
nextflow.enable.dsl = 2
29-
version = '1.0.1' // package version
29+
version = '1.0.1.1' // package version
3030

3131
container = [
3232
'ghcr.io': 'ghcr.io/icgc-argo-workflows/data-processing-utility-tools.helper-functions'

0 commit comments

Comments
 (0)