File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
modules/nf-commons/src/main/nextflow Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- 21.02.0-SNAPSHOT
1+ 21.02.0-edge
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '21.01 '
51+ version = '21.02 '
5252# The full version, including alpha/beta/rc tags.
53- release = '21.01.1 -edge'
53+ release = '21.02.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.01.1 -edge"
56+ static public final String APP_VER = " 21.02.0 -edge"
5757
5858 /**
5959 * The app build time as linux/unix timestamp
6060 */
61- static public final long APP_TIMESTAMP = 1610743925000
61+ static public final long APP_TIMESTAMP = 1612193151460
6262
6363 /**
6464 * The app build number
6565 */
66- static public final int APP_BUILDNUM = 5502
66+ static public final int APP_BUILDNUM = 5515
6767
6868
6969 /**
Original file line number Diff line number Diff line change 1616# limitations under the License.
1717
1818[[ " $NXF_DEBUG " == ' x' ]] && set -x
19- NXF_VER=${NXF_VER:- ' 21.01.1 -edge' }
19+ NXF_VER=${NXF_VER:- ' 21.02.0 -edge' }
2020NXF_ORG=${NXF_ORG:- ' nextflow-io' }
2121NXF_HOME=${NXF_HOME:- $HOME / .nextflow}
2222NXF_PROT=${NXF_PROT:- ' https' }
You can’t perform that action at this time.
0 commit comments