Skip to content

Commit 232e4b3

Browse files
committed
[release 23.10.3] Update timestamp and build number
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 228ca66 commit 232e4b3

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.2
1+
23.10.3

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.2'
69+
release = '23.10.3'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@2.1.4-patch1
2-
nf-azure@1.3.3-patch1
1+
nf-amazon@2.1.4-patch2
2+
nf-azure@1.3.3-patch2
33
nf-cloudcache@0.3.0-patch1
44
nf-codecommit@0.1.5-patch1
55
nf-console@1.0.6-patch1
66
nf-ga4gh@1.1.0-patch1
7-
nf-google@1.8.3-patch1
7+
nf-google@1.8.3-patch2
88
nf-tower@1.6.3-patch1
99
nf-wave@1.0.1-patch1

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

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

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5894
65+
static public final int APP_BUILDNUM = 5896
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.2'}
18+
NXF_VER=${NXF_VER:-'23.10.3'}
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-
6799f58d14e12b874a1689700c6abba9
1+
f03cdffbdc929dbb8dee929ee0716bd3

nextflow.sha1

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

nextflow.sha256

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

0 commit comments

Comments
 (0)