Skip to content

Commit 132e8a3

Browse files
committed
[release 21.04.0-edge] Update timestamp and build number
1 parent d998aa9 commit 132e8a3

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

VERSION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
21.04.0-SNAPSHOT
1+
21.04.0-edge
2+

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
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.

modules/nf-commons/src/main/nextflow/Const.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/**

nextflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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");
@@ -16,7 +16,7 @@
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'}
2020
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2121
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2222
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
704a3e027334a32d0a3b5fb7dbf7e282
1+
9b7154b280e02d87ba99a13624faa448

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
109f7fff6b058e69256e389814d1e70d61e4a438
1+
f3865f6e9a54dc417d6fcb08eaf100dc410d4174

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bbcedfcea6b10ca583d236912c4e0a401cc7a19c422d2e7b98258a7ba7bfa4dd
1+
f029257f4173a3a99d50030c57a0a991d305470a0bd08430a41059c98b4c84e3

0 commit comments

Comments
 (0)