diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1f8325ad2..cdf23ddc7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.14.0 2025-07-03 + * Added option `-executableCreationParallelism `, the maximum number of platform executables that dxCompiler can create in parallel, defaults to 1. diff --git a/compiler/src/main/resources/application.conf b/compiler/src/main/resources/application.conf index e2635d7be..e91e6e3b6 100644 --- a/compiler/src/main/resources/application.conf +++ b/compiler/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxCompiler { - version = "2.13.1-SNAPSHOT" + version = "2.14.1-SNAPSHOT" } # diff --git a/core/src/main/resources/application.conf b/core/src/main/resources/application.conf index 7b16506b4..146a48910 100644 --- a/core/src/main/resources/application.conf +++ b/core/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxCompilerCore { - version = "2.13.1-SNAPSHOT" + version = "2.14.1-SNAPSHOT" } # diff --git a/executorCommon/src/main/resources/application.conf b/executorCommon/src/main/resources/application.conf index 1c79c7456..748fe6fe9 100644 --- a/executorCommon/src/main/resources/application.conf +++ b/executorCommon/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxExecutorCommon { - version = "2.13.1-SNAPSHOT" + version = "2.14.1-SNAPSHOT" } # diff --git a/executorCwl/src/main/resources/application.conf b/executorCwl/src/main/resources/application.conf index 051c8ce7a..ec53c0ec7 100644 --- a/executorCwl/src/main/resources/application.conf +++ b/executorCwl/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxExecutorCwl { - version = "2.13.1-SNAPSHOT" + version = "2.14.1-SNAPSHOT" } # diff --git a/executorWdl/src/main/resources/application.conf b/executorWdl/src/main/resources/application.conf index 5adf4096c..c73e0b3a4 100644 --- a/executorWdl/src/main/resources/application.conf +++ b/executorWdl/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxExecutorWdl { - version = "2.13.1-SNAPSHOT" + version = "2.14.1-SNAPSHOT" } #