Skip to content

Commit 6cdcb06

Browse files
committed
APPS-1989 dxCompiler 2.11.4 release
(feat) everywhere - version update
1 parent 2bfed8b commit 6cdcb06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dxApi
22

3-
## 0.13.7 (2023-07-21)
3+
## 0.13.8 (2023-07-21)
44
* changes to allow compiling with `treeTurnaroundTimeThreshold` attribute which facilitates platform to send the email
55
notifications for the root jobs/analyses with a run time (aka `treeTurnatoundTime`) exceeding the specified threshold.
66
This feature is not exclusive for dxCompiler and more information is available in the platform documentation.

api/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dxApi {
2-
version = "0.13.7"
2+
version = "0.13.8"
33
}
44

55
#

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ val yaml = project
118118
lazy val dependencies =
119119
new {
120120
val dxCommonVersion = "0.11.5"
121-
val dxApiVersion = "0.13.7"
121+
val dxApiVersion = "0.13.8"
122122
val typesafeVersion = "1.4.1"
123123
val sprayVersion = "1.3.6"
124124
val snakeyamlVersion = "2.3"

0 commit comments

Comments
 (0)