Skip to content

Commit e06c271

Browse files
committed
Relase v0.5.2
1 parent d94543e commit e06c271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UNRELEASED
1+
## 0.5.2 (February 5, 2024)
22

33
SECURITY:
44

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
// A pre-release marker for the version. If this is "" (empty string)
2323
// then it means that it is a final release. Otherwise, this is a pre-release
2424
// such as "dev" (in development), "beta.1", "rc1.1", etc.
25-
VersionPrerelease = "dev"
25+
VersionPrerelease = ""
2626

2727
// VersionMetadata is metadata further describing the build type.
2828
VersionMetadata = ""

0 commit comments

Comments
 (0)