From d1d457789a762d616306550f406da55d56eb86e6 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 26 May 2025 10:40:19 +0200 Subject: [PATCH] version: bump to version v0.2.16-alpha --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index e1f3c6e..2a81a6c 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 = 15 + appPatch uint = 16 // appPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.