Skip to content

Commit fa9030e

Browse files
committed
Relese v0.4.2
1 parent 0700309 commit fa9030e

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.4.2 (March 24, 2023)
22

33
IMPROVEMENTS:
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)