Skip to content

Commit a2b9454

Browse files
committed
[release 23.10.4] Update timestamp and build number
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent ceac74d commit a2b9454

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.10.3
1+
23.10.4

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = '23.10'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '23.10.3'
69+
release = '23.10.4'
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
nf-amazon@2.1.4-patch2
2-
nf-azure@1.3.3-patch2
1+
nf-amazon@2.1.4-patch3
2+
nf-azure@1.3.3-patch3
33
nf-cloudcache@0.3.0-patch1
4-
nf-codecommit@0.1.5-patch1
4+
nf-codecommit@0.1.5-patch2
55
nf-console@1.0.6-patch1
66
nf-ga4gh@1.1.0-patch1
77
nf-google@1.8.3-patch2

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.10.3"
55+
static public final String APP_VER = "23.10.4"
5656

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

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5896
65+
static public final int APP_BUILDNUM = 5911
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.10.3'}
18+
NXF_VER=${NXF_VER:-'23.10.4'}
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-
f03cdffbdc929dbb8dee929ee0716bd3
1+
0363527104a05dc9bbe2319c0b02a41f

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
551e289f576c5852f01306a212da2468649e7841
1+
51314f3490d0e4a1ece31334135e9ff30b4b4288

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
58e2bb4aac18ad20bc8351ca96080dda8070e081f309acb01e2ba390fae5cc60
1+
ff4f608c2efcccf04d602a26a6bd2247c6c339fb6d14138c9a36dc4d4d56792b

0 commit comments

Comments
 (0)