File tree 9 files changed +20
-20
lines changed
nextflow/src/main/resources/META-INF
nf-commons/src/main/nextflow 9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
- 23.10.0
1
+ 23.11.0-edge
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ NEXTFLOW CHANGE-LOG
18
18
- Add support for Fusion when using Singularity OCI mode (#4508) [4f3aa631]
19
19
- Add support for K8s schedulerName pod spec (#4485) [ci fast] [dfc7b7c8]
20
20
- Add support for Singularity OCI mode (#4440) [f5362a7b]
21
- - Allow the use of error build -in function in onComplete handler (#4458) [ci fast] [35a4424b]
21
+ - Allow the use of error built -in function in onComplete handler (#4458) [ci fast] [35a4424b]
22
22
- Fix Bug in JsonSplitter ordering [ci fast] [8ec14dd2]
23
23
- Fix Bypass Google Batch Price query if task cpus and memory are defined (#4521) [7f8f20d3]
24
24
- Fix Checkout remote tag if checkout remote branch fails (#4247) [b8907ccb]
Original file line number Diff line number Diff line change 64
64
# built documents.
65
65
#
66
66
# The short X.Y version.
67
- version = '23.10 '
67
+ version = '23.11 '
68
68
# The full version, including alpha/beta/rc tags.
69
- release = '23.10.0 '
69
+ release = '23.11.0-edge '
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- nf-amazon@2.1.4
2
- nf-azure@1.3.2
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 .0
1
+ nf-amazon@2.2.0
2
+ nf-azure@1.4.0
3
+ nf-cloudcache@0.3.1
4
+ nf-codecommit@0.1.6
5
+ nf-console@1.0.7
6
+ nf-ga4gh@1.1.1
7
+ nf-google@1.9.0
8
+ nf-tower@1.7.0
9
+ nf-wave@1.1 .0
Original file line number Diff line number Diff line change @@ -52,17 +52,17 @@ class Const {
52
52
/**
53
53
* The application version
54
54
*/
55
- static public final String APP_VER = " 23.10.0 "
55
+ static public final String APP_VER = " 23.11.0-edge "
56
56
57
57
/**
58
58
* The app build time as linux/unix timestamp
59
59
*/
60
- static public final long APP_TIMESTAMP = 1697382483238
60
+ static public final long APP_TIMESTAMP = 1700857448507
61
61
62
62
/**
63
63
* The app build number
64
64
*/
65
- static public final int APP_BUILDNUM = 5890
65
+ static public final int APP_BUILDNUM = 5891
66
66
67
67
/**
68
68
* The app build time string relative to UTC timezone
Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
17
17
[[ " $NXF_DEBUG " == ' x' ]] && set -x
18
- NXF_VER=${NXF_VER:- ' 23.10.0 ' }
18
+ NXF_VER=${NXF_VER:- ' 23.11.0-edge ' }
19
19
NXF_ORG=${NXF_ORG:- ' nextflow-io' }
20
20
NXF_HOME=${NXF_HOME:- $HOME / .nextflow}
21
21
NXF_PROT=${NXF_PROT:- ' https' }
Original file line number Diff line number Diff line change 1
- 72d4fc9e2c3d8cf2d1232690b7ea0121
1
+ 8a4583bb84d6e8304cc0b1ff5446f21f
Original file line number Diff line number Diff line change 1
- 9ff8060a99bad698d5ad9316ea3a4acfe2ae51c1
1
+ 965e377c383f399cb01e2c109ed2edd8335671e6
Original file line number Diff line number Diff line change 1
- 4b7fba61ecc6d53a6850390bb435455a54ae4d0c3108199f88b16b49e555afdd
1
+ ddb037f134a8289215fa41b45f85e678e4bd45b8da2a3379caf326a99dfbbeeb
You can’t perform that action at this time.
0 commit comments