Skip to content

Commit eb9361f

Browse files
committed
[release 21.07.0-edge] Update timestamp and build number
1 parent e7d5e1f commit eb9361f

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.06.0-edge
1+
21.07.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.06'
51+
version = '21.07'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '21.06.0-edge'
53+
release = '21.07.0-edge'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
nf-amazon@1.1.0
1+
nf-amazon@1.2.0
22
33
44
55
6-
nf-tower@1.1.1
6+
nf-tower@1.2.0
77

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.06.0-edge"
56+
static public final String APP_VER = "21.07.0-edge"
5757

5858
/**
5959
* The app build time as linux/unix timestamp
6060
*/
61-
static public final long APP_TIMESTAMP = 1625342773485
61+
static public final long APP_TIMESTAMP = 1628247982136
6262

6363
/**
6464
* The app build number
6565
*/
66-
static public final int APP_BUILDNUM = 5578
66+
static public final int APP_BUILDNUM = 5583
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.06.0-edge'}
19+
NXF_VER=${NXF_VER:-'21.07.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-
594d86a1fa8ed2e5d1d94fc4537ef24b
1+
6163b8cedd1b054a7b9a6fe65221bc88

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5dd247eb335d5739909e4193d76d78c946715ac9
1+
cbc99dee040bfd5065a7aeab8637c824e5a5fa94

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
89e0d5abb735cd7447b620ee94b3cb8d36876920c219f2b1dbb5f820ae1b2000
1+
4d56b75483ca1af9d7c96c0910f48ce072a6e1e0f233bcfd0f0be2013460f5cb

0 commit comments

Comments
 (0)