Skip to content

Commit 9eda533

Browse files
committed
Bump version 20.05.2-SNAPSHOT
1 parent 0d0fef4 commit 9eda533

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ allprojects {
5353
apply plugin: 'java'
5454
apply plugin: 'idea'
5555

56-
version = /20.05.0-SNAPSHOT/
56+
version = /20.05.2-SNAPSHOT/
5757
group = 'io.nextflow'
5858

5959
sourceCompatibility = 1.8

modules/nextflow/src/main/groovy/nextflow/Const.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ class Const {
5252
/**
5353
* The application version
5454
*/
55-
static public final String APP_VER = "20.05.0-SNAPSHOT"
55+
static public final String APP_VER = "20.05.2-SNAPSHOT"
5656

5757
/**
5858
* The app build time as linux/unix timestamp
5959
*/
60-
static public final long APP_TIMESTAMP = 1589146372599
60+
static public final long APP_TIMESTAMP = 1589215298205
6161

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5335
65+
static public final int APP_BUILDNUM = 5352
6666

6767

6868
/**

0 commit comments

Comments
 (0)