From c50e614d92ce9d388b629e0b9ff5bde4bf827e44 Mon Sep 17 00:00:00 2001 From: Tiago Date: Wed, 1 May 2024 20:22:54 -0300 Subject: [PATCH] Fixed version echo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3c21c0..7f69625 100644 --- a/Makefile +++ b/Makefile @@ -18,5 +18,5 @@ beautify: build: pip install build - echo $(VERSION) > VERSION + echo "$(VERSION)" > VERSION python -m build -s \ No newline at end of file