Skip to content

Commit cb95920

Browse files
committed
[release 23.06.0-edge] Update timestamp and build number [ci fast]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 122d658 commit cb95920

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

VERSION

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '23.05'
61+
version = '23.06'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '23.05.0-edge'
63+
release = '23.06.0-edge'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
nf-amazon@2.0.0
2-
nf-azure@1.1.0
1+
nf-amazon@2.0.1
2+
nf-azure@1.1.1
33
nf-codecommit@0.1.5
44
nf-console@1.0.6
55
nf-ga4gh@1.0.6
6-
nf-google@1.7.4
7-
nf-tower@1.5.13
8-
nf-wave@0.9.0
6+
nf-google@1.8.0
7+
nf-tower@1.5.14
8+
nf-wave@0.10.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ class Const {
5252
/**
5353
* The application version
5454
*/
55-
static public final String APP_VER = "23.05.0-edge"
55+
static public final String APP_VER = "23.06.0-edge"
5656

5757
/**
5858
* The app build time as linux/unix timestamp
5959
*/
60-
static public final long APP_TIMESTAMP = 1684124018997
60+
static public final long APP_TIMESTAMP = 1686776566745
6161

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5862
65+
static public final int APP_BUILDNUM = 5864
6666

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

nextflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
[[ "$NXF_DEBUG" == 'x' ]] && set -x
18-
NXF_VER=${NXF_VER:-'23.05.0-edge'}
18+
NXF_VER=${NXF_VER:-'23.06.0-edge'}
1919
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2020
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2121
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19e7115754b26f7182214c7d79997116
1+
424fe74b9ce5d22dc33024cc11e2f3e2

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
526bf59a70d99dfe6ff7e870a58c255bbc682f2e
1+
8efb680493dbf8ecff34d3915fc80b1597b952b0

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0f67acb7f364e7e79d15201b70fad39c459932c9fd46875b3afdb045450bd856
1+
e40f11caadbe721fac44e6db4b58ff2c151d95c3a88cb5d7362bb379c0d7dbbf

0 commit comments

Comments
 (0)