From 0ef76f07d43d0abc1fc6a5b3284d1f13e6d4a3e5 Mon Sep 17 00:00:00 2001 From: David May <1301201+wass3r@users.noreply.github.com> Date: Wed, 27 Apr 2022 22:18:58 +0000 Subject: [PATCH] add patch version might as well since we'll need to release patch version --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 81659c4..77ad4aa 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ var ( // VersionMinor is for functionality in a backwards-compatible manner. VersionMinor int64 = 13 // VersionPatch is for backwards-compatible bug fixes. - VersionPatch int64 + VersionPatch int64 = 1 ) // Version is the specification version that the package types support.