Skip to content

Commit 034fb3d

Browse files
committed
add VERSION file
Signed-off-by: jorgee <[email protected]>
1 parent 0da9762 commit 034fb3d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.1-alpha6

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'io.nextflow'
9-
version = '0.0.1-alpha6'
9+
version = file('VERSION').text.trim()
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)