bump v20240408

This commit is contained in:
Chad C. Starz 2024-04-08 23:51:12 +00:00
parent 973a8d0b59
commit d6a80edf14
No known key found for this signature in database
GPG Key ID: CEEBC9208C287297
3 changed files with 3 additions and 3 deletions

2
bake.1
View File

@ -1,4 +1,4 @@
.TH BAKE "1" "March 2024" "bake 20240302" "User Commands"
.TH BAKE "1" "March 2024" "bake 20240408" "User Commands"
.SH NAME
.B bake
\- file embeddable scripts

2
bake.c
View File

@ -32,7 +32,7 @@
#define EXPUNGE_START "@{"
#define EXPUNGE_STOP "}"
#define VERSION "20240404"
#define VERSION "20240408"
#define HELP \
BOLD "[option] target-file" RESET " [" GREEN "arguments" RESET " ...]\n" \

2
shake
View File

@ -4,7 +4,7 @@
# Issues: sloooow, fails to handle multi-line statements
VERSION="20240302"
VERSION="20240408"
BLUE='\033[34m'
GREEN='\033[32m'