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 \

View file

@ -4,8 +4,8 @@
# beddu.sh - A lightweight bash framework for interactive scripts and pretty output
# https://github.com/mjsarfatti/beddu
#
# Version: v0.0.3-dirty
# Generated on: Sun May 11 01:40:08 CEST 2025
# Version: v0.0.4
# Generated on: Sun May 11 01:44:23 CEST 2025
readonly _q='?'
readonly _a=''