Skip to content

Commit e50de27

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

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.10.1
1+
23.10.2

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.1'
69+
release = '23.10.2'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@2.1.4
2-
nf-azure@1.3.3
3-
nf-cloudcache@0.3.0
4-
nf-codecommit@0.1.5
5-
nf-console@1.0.6
6-
nf-ga4gh@1.1.0
7-
nf-google@1.8.3
8-
nf-tower@1.6.3
9-
nf-wave@1.0.1
1+
nf-amazon@2.1.4-patch1
2+
nf-azure@1.3.3-patch1
3+
nf-cloudcache@0.3.0-patch1
4+
nf-codecommit@0.1.5-patch1
5+
nf-console@1.0.6-patch1
6+
nf-ga4gh@1.1.0-patch1
7+
nf-google@1.8.3-patch1
8+
nf-tower@1.6.3-patch1
9+
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.1"
55+
static public final String APP_VER = "23.10.2"
5656

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

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

nextflow.sha1

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

nextflow.sha256

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

0 commit comments

Comments
 (0)