Skip to content

Commit 28a5087

Browse files
authored
[chore] update deprecate version (#14035)
This will be deprecated in the next version v0.138.0 Signed-off-by: alex boten <[email protected]>
1 parent fbb78c6 commit 28a5087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdata/pprofile/locations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131
// PutLocation updates a LocationTable and a Stack's LocationIndices to
3232
// add or update a location.
3333
//
34-
// Deprecated: [v0.137.0] use SetLocation instead.
34+
// Deprecated: [v0.138.0] use SetLocation instead.
3535
func PutLocation(table LocationSlice, record Stack, loc Location) error {
3636
for i, locIdx := range record.LocationIndices().All() {
3737
idx := int(locIdx)

0 commit comments

Comments
 (0)