Skip to content

Commit 8f274c9

Browse files
committed
[release 21.02.0-edge] Update timestamp and build number
1 parent f036e68 commit 8f274c9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.02.0-SNAPSHOT
1+
21.02.0-edge

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.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.

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.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
/**

nextflow

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

0 commit comments

Comments
 (0)