From 3afe6bcbc3c13f14c7d5dc22d3eec634ec1284d8 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Thu, 8 May 2025 19:03:42 +0200 Subject: [PATCH] chore(version): add initial version file - Introduces a version file to track the project's version - Sets the initial version to 0.1.0 --- VERSION | 1 + 1 file changed, 1 insertion(+) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..6c6aa7c --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file