From 46fda973d5e04c9a31cd9e8c6461451a5cbfb140 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 9 Jul 2025 21:28:40 +0200 Subject: [PATCH] chore(version): add initial version file - Introduces a VERSION file with the initial version set to 0.1.0 - Helps track the current version of the project --- 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