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

Commit 9f258ef

Browse files
author
Michelle Noorali
committed
bump version to v0.16.0
1 parent 71fc6ec commit 9f258ef

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.16.0-rc.1"
24+
Release = "v0.16.0"
2525

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

0 commit comments

Comments
 (0)