Skip to content

Commit 79c677a

Browse files
committed
[release 23.09.1-edge] [ci fast] Update timestamp and build number
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 052b51b commit 79c677a

File tree

8 files changed

+15
-9
lines changed

8 files changed

+15
-9
lines changed

VERSION

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '23.09'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '23.09.0-edge'
63+
release = '23.09.1-edge'
6464

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

launch.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ while [ "$*" != "" ]; do
118118
elif [ "$1" == '-remote-debug' ]; then
119119
DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=$NXF_REMOTE_DEBUG_PORT"
120120
args+=("$1")
121+
elif [ "$1" == '-enable-checkpoint' ]; then
122+
mkdir -p crac-files
123+
JVM_ARGS+=" -XX:CRaCCheckpointTo=$PWD/crac-files"
124+
elif [ "$1" == '-checkpoint' ]; then
125+
jcmd $CLASSPATH JDK.checkpoint
126+
exit 0
121127
else
122128
args+=("$1")
123129
fi

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.0-edge"
55+
static public final String APP_VER = "23.09.1-edge"
5656

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

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5879
65+
static public final int APP_BUILDNUM = 5882
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.0-edge'}
18+
NXF_VER=${NXF_VER:-'23.09.1-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-
8871d71a561d214566dbc8e33300c8c6
1+
c6690f184ec1e95646b6a4d60bb5442a

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8fae253e69459149b039e57ca69f0b5ceb2ec5cf
1+
31e0a8e79b45d605459781fe3d31e70590e3f2e1

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
41d0d8a76a49c75f91d4d244ab64bc2e2f96f768828cbdcddd29d527e95bbb99
1+
dd82066091517be8562f0fa9af26c272db00b14ce07145d202f1d6619d3e3a7f

0 commit comments

Comments
 (0)