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

Commit 97e2342

Browse files
author
Matthew Fisher
committed
bump version to v0.15.0
1 parent 2a1c677 commit 97e2342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
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.15.0-rc1"
24+
Release = "v0.15.0"
2525

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

0 commit comments

Comments
 (0)