Skip to content

Commit 0db49e8

Browse files
committed
internal/version: v1.74.2
1 parent 4c0efe7 commit 0db49e8

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
@@ -397,4 +397,5 @@ retract (
397397
[v1.999.0-rc.1, v1.999.0-rc.41]
398398
[v1.999.0-beta.5, v1.999.0-beta.13]
399399
v1.74.0 // Security vulnerability discovered
400+
v1.74.1 // Unwanted dependencies upgrade
400401
)

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.2-rc.1" // v2.0.1
16+
const Tag = "v1.74.2" // v2.0.1
1717

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

0 commit comments

Comments
 (0)