Skip to content

Commit 095a62b

Browse files
committed
all: release v1.29.1
Change-Id: Ib054f406292d9f2f37e9225d7dd81c65511f43af
1 parent edaf511 commit 095a62b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ import (
5252
const (
5353
Major = 1
5454
Minor = 29
55-
Patch = 0
56-
PreRelease = "devel"
55+
Patch = 1
56+
PreRelease = ""
5757
)
5858

5959
// String formats the version string for this module in semver format.

0 commit comments

Comments
 (0)