Skip to content

Commit

Permalink
[release 23.10.1] 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 Jan 12, 2024
1 parent 32e85da commit 25d468c
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.10.0
23.10.1
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = '23.10'
# The full version, including alpha/beta/rc tags.
release = '23.10.0'
release = '23.10.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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.10.0"
static public final String APP_VER = "23.10.1"

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

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

/**
* 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.10.0'}
NXF_VER=${NXF_VER:-'23.10.1'}
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 @@
72d4fc9e2c3d8cf2d1232690b7ea0121
531ac079708d21119ef0a46ccc9b34c2
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9ff8060a99bad698d5ad9316ea3a4acfe2ae51c1
eeb48a3a5bd4c04c40e0d8fcd082f26f9b6e321
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4b7fba61ecc6d53a6850390bb435455a54ae4d0c3108199f88b16b49e555afdd
9abc54f1ffb2b834a8135d44300404552d1e27719659cbb635199898677b660a

0 comments on commit 25d468c

Please sign in to comment.