From 10060db8cb6cd6adc4edd88ad94713f0a5b384b0 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 21 May 2025 03:47:51 +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