Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 6984f42

Browse files
author
Matthew Fisher
committed
bump version to v0.13.0
1 parent 4cb4272 commit 6984f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
// Increment major number for new feature additions and behavioral changes.
2222
// Increment minor number for bug fixes and performance enhancements.
2323
// Increment patch number for critical fixes to existing releases.
24-
Release = "v0.13.0-rc1"
24+
Release = "v0.13.0"
2525

2626
// BuildMetadata is extra build time data
2727
BuildMetadata = ""

0 commit comments

Comments
 (0)