release v0.0.4

This commit is contained in:
Manuele Sarfatti 2025-05-11 01:45:04 +02:00
parent 24633a743e
commit cdbc191d7b
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ $(OUTPUT): $(ALL_SRC_FILES)
@echo '# beddu.sh - A lightweight bash framework for interactive scripts and pretty output' >> $(OUTPUT)
@echo '# https://github.com/mjsarfatti/beddu' >> $(OUTPUT)
@echo '#' >> $(OUTPUT)
@echo '# Version: $(shell git describe --tags --dirty)' >> $(OUTPUT)
@echo '# Version: $(shell git describe --tags)' >> $(OUTPUT)
@echo '# Generated on: $(shell date)' >> $(OUTPUT)
@# Process each file, stripping comments and empty lines
@for file in $(ALL_SRC_FILES); do \