Skip to content

Commit

Permalink
[release] [force] Bump version 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Sep 19, 2022
1 parent c8da9e1 commit 0f562d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ plugins {
id 'maven-publish'
}

version = '1.3.0'
// read the version from the `VERSION` file
version = new File(rootDir,'VERSION').text.trim()
group = 'io.seqera'

java {
Expand Down

0 comments on commit 0f562d2

Please sign in to comment.