Skip to content

Commit

Permalink
[release 23.10.0] [ci fast] Update timestamp and build number
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Oct 15, 2023
1 parent e2c8831 commit 2cce747
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.09.3-edge
23.10.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '23.09'
version = '23.10'
# The full version, including alpha/beta/rc tags.
release = '23.09.3-edge'
release = '23.10.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ [email protected]
[email protected]
[email protected]
[email protected]
nf-wave@0.14.0
nf-wave@1.0.0
6 changes: 3 additions & 3 deletions modules/nf-commons/src/main/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ class Const {
/**
* The application version
*/
static public final String APP_VER = "23.09.3-edge"
static public final String APP_VER = "23.10.0"

/**
* The app build time as linux/unix timestamp
*/
static public final long APP_TIMESTAMP = 1696931920194
static public final long APP_TIMESTAMP = 1697382483238

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5888
static public final int APP_BUILDNUM = 5890

/**
* The app build time string relative to UTC timezone
Expand Down
2 changes: 1 addition & 1 deletion nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

[[ "$NXF_DEBUG" == 'x' ]] && set -x
NXF_VER=${NXF_VER:-'23.09.3-edge'}
NXF_VER=${NXF_VER:-'23.10.0'}
NXF_ORG=${NXF_ORG:-'nextflow-io'}
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
NXF_PROT=${NXF_PROT:-'https'}
Expand Down
2 changes: 1 addition & 1 deletion nextflow.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f4597acee862538b6a1beda1c5b07855
72d4fc9e2c3d8cf2d1232690b7ea0121
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cb9e8a01275e511f792aa11ecce411f92e7e4625
9ff8060a99bad698d5ad9316ea3a4acfe2ae51c1
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7aff41f4a15382c78c06053ee4648ae784e7b4363b248d6ee22a1f05ef27480c
4b7fba61ecc6d53a6850390bb435455a54ae4d0c3108199f88b16b49e555afdd

0 comments on commit 2cce747

Please sign in to comment.