File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
modules/nextflow/src/main/groovy/nextflow Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments