Skip to content

Commit a35555b

Browse files
[automated] v2.14.0 post release changes (#2244)
1 parent 80a33b7 commit a35555b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ see [Migrate from the SignalFx Java Agent](https://quickdraw.splunk.com/redirect
8686

8787
<!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! -->
8888
<!--DEV_DOCS_WARNING-->
89+
<!--DEV_DOCS_WARNING_START-->
90+
The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v2.14.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.14.0/README.md).
91+
92+
---
93+
<!--DEV_DOCS_WARNING_END-->
8994

9095
## Requirements
9196

deployments/cloudfoundry/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@
4040
2.12.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.12.0/splunk-otel-javaagent.jar
4141
2.13.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.13.0/splunk-otel-javaagent.jar
4242
2.13.1: https://github.com/signalfx/splunk-otel-java/releases/download/v2.13.1/splunk-otel-javaagent.jar
43+
2.14.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.14.0/splunk-otel-javaagent.jar

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// do NOT update that variable manually - it is managed by the pre/post release scripts
2-
val distroVersion = "2.14.0"
2+
val distroVersion = "2.15.0-SNAPSHOT"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)