From 88eab6b37f4a67045b611806948dc0d0ab6e3fbb Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Sat, 4 Nov 2023 06:47:28 -0700 Subject: [PATCH] v1.4 --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index f12d098..bd0bcb3 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,5 @@ mode: MainLine -next-version: 1.3.0 +next-version: 1.4.0 assembly-versioning-format: '{Major}.{Minor}.{Patch}.{env:BUILDCOUNT ?? 0}' assembly-informational-format: '{NuGetVersionV2}+Build.{env:BUILDCOUNT ?? 0}.Date.{CommitDate}.Branch.{env:SAFEBRANCHNAME ?? unknown}.Sha.{Sha}' major-version-bump-message: '\+?semver:\s?(breaking|major)'