Skip to content

Commit 2cce747

Browse files
committed
[release 23.10.0] [ci fast] Update timestamp and build number
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent e2c8831 commit 2cce747

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

VERSION

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '23.09'
67+
version = '23.10'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '23.09.3-edge'
69+
release = '23.10.0'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

modules/nextflow/src/main/resources/META-INF/plugins-info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ nf-console@1.0.6
66
nf-ga4gh@1.1.0
77
nf-google@1.8.3
88
nf-tower@1.6.3
9-
nf-wave@0.14.0
9+
nf-wave@1.0.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.09.3-edge"
55+
static public final String APP_VER = "23.10.0"
5656

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

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5888
65+
static public final int APP_BUILDNUM = 5890
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.09.3-edge'}
18+
NXF_VER=${NXF_VER:-'23.10.0'}
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-
f4597acee862538b6a1beda1c5b07855
1+
72d4fc9e2c3d8cf2d1232690b7ea0121

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cb9e8a01275e511f792aa11ecce411f92e7e4625
1+
9ff8060a99bad698d5ad9316ea3a4acfe2ae51c1

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7aff41f4a15382c78c06053ee4648ae784e7b4363b248d6ee22a1f05ef27480c
1+
4b7fba61ecc6d53a6850390bb435455a54ae4d0c3108199f88b16b49e555afdd

0 commit comments

Comments
 (0)