Skip to content

Commit e614cf9

Browse files
committed
🔖 Bump to version 1.13.0
1 parent cf4497f commit e614cf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.13.0 / 2022-05-24
1+
# 1.13.0 / 2022-06-27
22

33
* [BUGFIX] Core: Prevent a rare race condition in the features folder creation
44
* [BUGFIX] RUM: Update Global RUM context when view is stopped

buildSrc/src/main/kotlin/com/datadog/gradle/config/AndroidConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object AndroidConfig {
1717
const val MIN_SDK_FOR_COMPOSE = 21
1818
const val BUILD_TOOLS_VERSION = "31.0.0"
1919

20-
val VERSION = Version(1, 13, 0, Version.Type.ReleaseCandidate(1))
20+
val VERSION = Version(1, 13, 0, Version.Type.Release)
2121
}
2222

2323
@Suppress("UnstableApiUsage")

0 commit comments

Comments
 (0)