Skip to content

Commit

Permalink
Remove rc1 prerelease tag. (#19417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed Mar 1, 2023
1 parent 0a42f2a commit a4cf0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ var (
CgoEnabled bool

Version = "1.13.0"
VersionPrerelease = "rc1"
VersionPrerelease = ""
VersionMetadata = ""
)

0 comments on commit a4cf0dc

Please sign in to comment.