Skip to content

Commit f37d51b

Browse files
committed
[release 23.09.0-edge] Update timestamp and build number
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 2a7bd21 commit f37d51b

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

VERSION

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '23.08'
61+
version = '23.09'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '23.08.1-edge'
63+
release = '23.09.0-edge'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# 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.1
2-
nf-azure@1.3.0
1+
nf-amazon@2.1.2
2+
nf-azure@1.3.1
33
nf-cloudcache@0.2.0
44
nf-codecommit@0.1.5
55
nf-console@1.0.6
66
nf-ga4gh@1.1.0
77
nf-google@1.8.1
88
nf-tower@1.6.1
9-
nf-wave@0.11.2
9+
nf-wave@0.12.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.08.1-edge"
55+
static public final String APP_VER = "23.09.0-edge"
5656

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

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5874
65+
static public final int APP_BUILDNUM = 5879
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.08.1-edge'}
18+
NXF_VER=${NXF_VER:-'23.09.0-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-
74e5cedd3fd06021c698fab73cf5f03e
1+
8871d71a561d214566dbc8e33300c8c6

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fbaa08de20ccc1743711f9d58fc2ada055d79f01
1+
8fae253e69459149b039e57ca69f0b5ceb2ec5cf

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2b099e5febcc8236308be215936af5ac0af6d9c007e329247f25d4bd9a7cf444
1+
41d0d8a76a49c75f91d4d244ab64bc2e2f96f768828cbdcddd29d527e95bbb99

0 commit comments

Comments
 (0)