From bec2d12a079b2596921b0f01498a1f572dc25087 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Wed, 8 Nov 2023 09:04:27 +0000 Subject: [PATCH] [release-v1.3] Release version 1.3.2 --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index e8ce625a..77abc303 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -19,7 +19,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst const ( major = 1 minor = 3 - patch = 1 + patch = 2 ) // preRelease contains the prerelease name of the application. It is a variable