From 9c66fa1c9c5ab8c764e4ed1df921fab273d15cb6 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 11 Oct 2023 20:51:15 -0700 Subject: [PATCH] build: bump version to v0.3.0-alpha --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index ea868fc8d..63bec6d3f 100644 --- a/version.go +++ b/version.go @@ -42,10 +42,10 @@ const ( AppMajor uint = 0 // AppMinor defines the minor version of this binary. - AppMinor uint = 2 + AppMinor uint = 3 // AppPatch defines the application patch for this binary. - AppPatch uint = 3 + AppPatch uint = 0 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.