Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Automated] Bump dev version to 1.29.0
  • Loading branch information
Datadog Java Profiler authored and zhengyu123 committed Jul 9, 2025
commit 56dc6f694abb6f29538356755fa8fef8aca8fd5f
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id "com.diffplug.spotless" version "6.11.0"
}

version = "1.28.0"
version = "1.29.0"

apply plugin: "com.dipien.semantic-version"
version = project.findProperty("ddprof_version") ?: version
Expand Down