Skip to content

Commit 766d5cd

Browse files
committed
internal/version: v1.74.5
1 parent c44bf01 commit 766d5cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ require (
407407
retract (
408408
[v1.999.0-rc.1, v1.999.0-rc.41]
409409
[v1.999.0-beta.5, v1.999.0-beta.13]
410+
v1.74.4 // Incorrect dd-trace-go/v2 version
410411
v1.74.1 // Unwanted dependencies upgrade
411412
v1.74.0 // Security vulnerability discovered
412413
)

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
// Tag specifies the current release tag. It needs to be manually
1414
// updated. A test checks that the value of Tag never points to a
1515
// git tag that is older than HEAD.
16-
const Tag = "v1.74.4" // v2.2.2-rc.1
16+
const Tag = "v1.74.5" // v2.2.2
1717

1818
// Dissected version number. Filled during init()
1919
var (

0 commit comments

Comments
 (0)