Skip to content

Commit 7d7bb3c

Browse files
authored
Prepare for v1.0.0-rc4 (#836)
This is hopefully (🤞) the last release candidate before we cut a v1.0.0 release.
1 parent ea10956 commit 7d7bb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package internal
1717
//nolint:gochecknoglobals
1818
var (
1919
// NB: These are vars instead of consts so they can be changed via -X ldflags.
20-
buildVersion = "v1.0.0-rc4-dev"
20+
buildVersion = "v1.0.0-rc4"
2121
buildVersionSuffix = ""
2222

2323
// Version is the version to report from all binaries.

0 commit comments

Comments
 (0)