Skip to content

Commit 46afba8

Browse files
committed
[release 23.09.2-edge] [ci fast] Update timestamp and build number
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 564fe06 commit 46afba8

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

VERSION

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '23.09'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '23.09.1-edge'
64+
release = '23.09.2-edge'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@2.1.2
2-
nf-azure@1.3.1
1+
nf-amazon@2.1.3
2+
nf-azure@1.3.2
33
nf-cloudcache@0.2.0
44
nf-codecommit@0.1.5
55
nf-console@1.0.6
66
nf-ga4gh@1.1.0
7-
nf-google@1.8.1
8-
nf-tower@1.6.1
9-
nf-wave@0.12.0
7+
nf-google@1.8.2
8+
nf-tower@1.6.2
9+
nf-wave@0.13.0

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

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

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

nextflow.sha1

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

nextflow.sha256

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

0 commit comments

Comments
 (0)