Skip to content

Commit

Permalink
[release 23.09.1-edge] [ci fast] Update timestamp and build number
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Sep 11, 2023
1 parent 052b51b commit 79c677a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.09.0-edge
23.09.1-edge
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '23.09'
# The full version, including alpha/beta/rc tags.
release = '23.09.0-edge'
release = '23.09.1-edge'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 6 additions & 0 deletions launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ while [ "$*" != "" ]; do
elif [ "$1" == '-remote-debug' ]; then
DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=$NXF_REMOTE_DEBUG_PORT"
args+=("$1")
elif [ "$1" == '-enable-checkpoint' ]; then
mkdir -p crac-files
JVM_ARGS+=" -XX:CRaCCheckpointTo=$PWD/crac-files"
elif [ "$1" == '-checkpoint' ]; then
jcmd $CLASSPATH JDK.checkpoint
exit 0
else
args+=("$1")
fi
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.09.0-edge"
static public final String APP_VER = "23.09.1-edge"

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

/**
* The app build number
*/
static public final int APP_BUILDNUM = 5879
static public final int APP_BUILDNUM = 5882

/**
* 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.0-edge'}
NXF_VER=${NXF_VER:-'23.09.1-edge'}
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 @@
8871d71a561d214566dbc8e33300c8c6
c6690f184ec1e95646b6a4d60bb5442a
2 changes: 1 addition & 1 deletion nextflow.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8fae253e69459149b039e57ca69f0b5ceb2ec5cf
31e0a8e79b45d605459781fe3d31e70590e3f2e1
2 changes: 1 addition & 1 deletion nextflow.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
41d0d8a76a49c75f91d4d244ab64bc2e2f96f768828cbdcddd29d527e95bbb99
dd82066091517be8562f0fa9af26c272db00b14ce07145d202f1d6619d3e3a7f

0 comments on commit 79c677a

Please sign in to comment.