From 4dc89134e1749cfccefc9d95fd1750c4be7c29ba Mon Sep 17 00:00:00 2001 From: David May <49894298+wass3rw3rk@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:22:04 -0600 Subject: [PATCH] chore: bump version to x.23.y (#282) next time it will be automated! Co-authored-by: Easton Crupper <65553218+ecrupper@users.noreply.github.com> --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 80e4422..a7e48a3 100644 --- a/version/version.go +++ b/version/version.go @@ -8,7 +8,7 @@ var ( // VersionMajor is for an API incompatible changes. VersionMajor int64 // VersionMinor is for functionality in a backwards-compatible manner. - VersionMinor int64 = 22 + VersionMinor int64 = 23 // VersionPatch is for backwards-compatible bug fixes. VersionPatch int64 )