Skip to content

Commit fd99141

Browse files
committed
[release 23.11.0-edge] Update timestamp and build number
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 1715dd2 commit fd99141

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.10.0
1+
23.11.0-edge

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '23.10'
67+
version = '23.11'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '23.10.0'
69+
release = '23.11.0-edge'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@2.1.4
2-
nf-azure@1.3.2
3-
4-
5-
6-
7-
nf-google@1.8.3
8-
nf-tower@1.6.3
9-
nf-wave@1.0.0
1+
nf-amazon@2.2.0
2+
nf-azure@1.4.0
3+
4+
5+
6+
7+
nf-google@1.9.0
8+
nf-tower@1.7.0
9+
nf-wave@1.1.0

Diff for: modules/nf-commons/src/main/nextflow/Const.groovy

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

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

6262
/**
6363
* The app build number
6464
*/
65-
static public final int APP_BUILDNUM = 5890
65+
static public final int APP_BUILDNUM = 5891
6666

6767
/**
6868
* The app build time string relative to UTC timezone

Diff for: nextflow

+1-1
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.0'}
18+
NXF_VER=${NXF_VER:-'23.11.0-edge'}
1919
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2020
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2121
NXF_PROT=${NXF_PROT:-'https'}

Diff for: nextflow.md5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
72d4fc9e2c3d8cf2d1232690b7ea0121
1+
8a4583bb84d6e8304cc0b1ff5446f21f

Diff for: nextflow.sha1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9ff8060a99bad698d5ad9316ea3a4acfe2ae51c1
1+
965e377c383f399cb01e2c109ed2edd8335671e6

Diff for: nextflow.sha256

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4b7fba61ecc6d53a6850390bb435455a54ae4d0c3108199f88b16b49e555afdd
1+
ddb037f134a8289215fa41b45f85e678e4bd45b8da2a3379caf326a99dfbbeeb

0 commit comments

Comments
 (0)