From 830fc0a9c13f6eb23427615aee025be1dbccd51a Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Fri, 14 Oct 2016 17:26:18 +0200 Subject: [PATCH] Bump version number. --- README.md | 3 +-- main.nf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 772be0ad0..a8140d5b4 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ of NextFlow looks like this: curl -fsSL get.nextflow.io | bash mv ./nextflow ~/bin ``` -Note that if you're running on a Swedish UPPMAX you can load NextFlow as an -environment module: +Note that if you're running on a Swedish UPPMAX you can load NextFlow as an environment module: ``` module load nextflow ``` diff --git a/main.nf b/main.nf index 9dfddfd20..3f09f1886 100644 --- a/main.nf +++ b/main.nf @@ -59,7 +59,7 @@ as single end. */ // Pipeline version -version = 0.1 +version = 0.2 // Configurable variables params.genome = 'GRCh37'