From 41a17853a17c0f9d055b988fb851bbc1330bf188 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Tue, 2 Apr 2024 18:26:55 +0200 Subject: [PATCH] chore: release 0.0.1 --- .github/project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 494c229..7152f2c 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ release: - current-version: "0" - next-version: "999-SNAPSHOT" + current-version: "0.0.1" + next-version: "0.0.2-SNAPSHOT"