From c4d1f3191a5a3d1b79524ce292b8cde69276b978 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sun, 11 May 2025 14:15:48 +0200 Subject: [PATCH] chore(version): add initial version file - Introduces a VERSION file with the initial version `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