Skip to content

Commit 20fb59c

Browse files
committed
[release 23.03.0-edge] Update timestamp and build number [ci fast]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 239c98d commit 20fb59c

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

VERSION

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '23.02'
56+
version = '23.03'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '23.02.1-edge'
58+
release = '23.03.0-edge'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
nf-amazon@1.15.0
2-
nf-wave@0.7.2
1+
nf-amazon@1.16.0
2+
nf-wave@0.8.0
33
nf-console@1.0.5
4-
nf-google@1.7.0
5-
nf-azure@0.15.1
4+
nf-google@1.7.1
5+
nf-azure@0.16.0
66
nf-tower@1.5.10
77
nf-ga4gh@1.0.4
88
nf-codecommit@0.1.3

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 = "23.02.1-edge"
56+
static public final String APP_VER = "23.03.0-edge"
5757

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

6363
/**
6464
* The app build number
6565
*/
66-
static public final int APP_BUILDNUM = 5845
66+
static public final int APP_BUILDNUM = 5852
6767

6868
/**
6969
* The app build time string relative to UTC timezone

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:-'23.02.1-edge'}
19+
NXF_VER=${NXF_VER:-'23.03.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-
30c8316d0427d93e4db12145d0359006
1+
f73ee44ac6a80bc1352a611c80d0f86a

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8d34292a48704995903ad3ac9aeb0a64ae066dc8
1+
4b7656ec6f40da31abd582b26bf6b1b8ca489f90

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2cc06deeb15ae1b08eabc4cf6c956af843120925f77e6cfb2c571f7ed5c55545
1+
3aad612ef69a762d015713f6167ff451b2367a753213e4ea4a329c46e07f57fb

0 commit comments

Comments
 (0)