File tree Expand file tree Collapse file tree 7 files changed +12
-11
lines changed
modules/nf-commons/src/main/nextflow Expand file tree Collapse file tree 7 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1- 21.04.0-SNAPSHOT
1+ 21.04.0-edge
2+
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '21.03 '
51+ version = '21.04 '
5252# The full version, including alpha/beta/rc tags.
53- release = '21.03 .0-edge'
53+ release = '21.04 .0-edge'
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ class Const {
5353 /**
5454 * The application version
5555 */
56- static public final String APP_VER = " 21.03 .0-edge"
56+ static public final String APP_VER = " 21.04 .0-edge"
5757
5858 /**
5959 * The app build time as linux/unix timestamp
6060 */
61- static public final long APP_TIMESTAMP = 1614941562178
61+ static public final long APP_TIMESTAMP = 1617873959981
6262
6363 /**
6464 * The app build number
6565 */
66- static public final int APP_BUILDNUM = 5518
66+ static public final int APP_BUILDNUM = 5543
6767
6868
6969 /**
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3- # Copyright 2020-2021 , Seqera Labs
3+ # Copyright 2020, Seqera Labs
44# Copyright 2013-2019, Centre for Genomic Regulation (CRG)
55#
66# Licensed under the Apache License, Version 2.0 (the "License");
1616# limitations under the License.
1717
1818[[ " $NXF_DEBUG " == ' x' ]] && set -x
19- NXF_VER=${NXF_VER:- ' 21.03 .0-edge' }
19+ NXF_VER=${NXF_VER:- ' 21.04 .0-edge' }
2020NXF_ORG=${NXF_ORG:- ' nextflow-io' }
2121NXF_HOME=${NXF_HOME:- $HOME / .nextflow}
2222NXF_PROT=${NXF_PROT:- ' https' }
Original file line number Diff line number Diff line change 1- 704a3e027334a32d0a3b5fb7dbf7e282
1+ 9b7154b280e02d87ba99a13624faa448
Original file line number Diff line number Diff line change 1- 109f7fff6b058e69256e389814d1e70d61e4a438
1+ f3865f6e9a54dc417d6fcb08eaf100dc410d4174
Original file line number Diff line number Diff line change 1- bbcedfcea6b10ca583d236912c4e0a401cc7a19c422d2e7b98258a7ba7bfa4dd
1+ f029257f4173a3a99d50030c57a0a991d305470a0bd08430a41059c98b4c84e3
You can’t perform that action at this time.
0 commit comments