From 5cffa1452bd673cae6aa67560e25ab7967f8daec Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 21 Feb 2024 08:57:45 +0100 Subject: [PATCH] version: bump to v0.2.13-alpha --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index f54e1ec..321b911 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 = 12 + appPatch uint = 13 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.