From cdbc191d7bfde046cca039f6dae31fd6563dd629 Mon Sep 17 00:00:00 2001 From: Manuele Sarfatti Date: Sun, 11 May 2025 01:45:04 +0200 Subject: [PATCH] release v0.0.4 --- Makefile | 2 +- build/beddu.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9fed9f3..65a5126 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/build/beddu.sh b/build/beddu.sh index 13c7dc6..8b53b36 100755 --- a/build/beddu.sh +++ b/build/beddu.sh @@ -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='❯'