From 9cca2f818f831ba7488ca8db952cbc27e6e6168c Mon Sep 17 00:00:00 2001 From: Eric Deandrea Date: Thu, 20 Nov 2025 13:06:53 -0500 Subject: [PATCH] ci: Perform 0.1.4 release Update project version to 0.1.4 and set next version to 0.2.0 Signed-off-by: Eric Deandrea --- .github/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/project.yml b/.github/project.yml index 1f24875..9171220 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,3 +1,3 @@ release: - current-version: 0.1.3 + current-version: 0.1.4 next-version: 0.2.0