From ed3e432599d7dd35f273767cef1663dce0095d02 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sat, 14 Jun 2025 19:00:11 +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