Skip to content

Commit

Permalink
[automated] v2.7.0 post release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
srv-gh-o11y-gdi committed Aug 22, 2024
1 parent e1f791b commit e62ba6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ see [Migrate from the SignalFx Java Agent](https://quickdraw.splunk.com/redirect

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

---
<!--DEV_DOCS_WARNING_END-->

## Requirements

Expand Down
1 change: 1 addition & 0 deletions deployments/cloudfoundry/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
1.32.2: https://github.com/signalfx/splunk-otel-java/releases/download/v1.32.2/splunk-otel-javaagent.jar
2.5.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.5.0/splunk-otel-javaagent.jar
2.6.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.6.0/splunk-otel-javaagent.jar
2.7.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.7.0/splunk-otel-javaagent.jar
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// do NOT update that variable manually - it is managed by the pre/post release scripts
val distroVersion = "2.7.0"
val distroVersion = "2.8.0-SNAPSHOT"

allprojects {
version = distroVersion
Expand Down

0 comments on commit e62ba6b

Please sign in to comment.