From 9bcb95ee00d0b27acd57eea6d5129f874b7d56c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Tigerstr=C3=B6m?= Date: Wed, 18 Jun 2025 11:21:52 +0200 Subject: [PATCH] version: bump to `v0.15.0-alpha` --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 6b725f0a..920a15e8 100644 --- a/version.go +++ b/version.go @@ -38,7 +38,7 @@ const ( // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec. - appPreRelease = "alpha.rc2" + appPreRelease = "alpha" ) // Version returns the application version as a properly formed string per the