From cf03a60d6552acfa0857fe975cbe155d4913fefa Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 21 Jan 2025 18:33:54 +0100 Subject: [PATCH] version: bump to v0.2.14-alpha --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 321b911..071e850 100644 --- a/version.go +++ b/version.go @@ -25,7 +25,7 @@ const ( // Please update release_notes.md when updating this! appMajor uint = 0 appMinor uint = 2 - appPatch uint = 13 + appPatch uint = 14 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.