Skip to content

Commit c5874ea

Browse files
committed
Merge branch 'master' of https://github.com/bash-bits/bb-logger
2 parents 98ab36d + 10caecb commit c5874ea

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/.version

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export PKG_VERSION="0.1.0"
2+
export PKG_BUILD="1001"
3+
export PKG_BUILD_DATE="20230813:1940"

src/bb-logger.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,14 +452,14 @@ log::version()
452452
local verbosity="${1:-}"
453453

454454
if [[ -z "$verbosity" ]]; then
455-
echo "${LOGGER_VERSION}"
455+
echo "${PKG_VERSION}"
456456
else
457457
echo
458458
echo "Bash-Bits Modular Bash Library"
459-
echoWhite "BB-Logger Module ${LOGGER_VERSION}"
459+
echoWhite "BB-Logger Module ${PKG_VERSION}"
460460
echo "Copyright © 2022-2023 Darren (Ragdata) Poulton"
461-
echo "Build: ${LOGGER_BUILD}"
462-
echo "Build Date: ${LOGGER_BUILD_DATE}"
461+
echo "Build: ${PKG_BUILD}"
462+
echo "Build Date: ${PKG_BUILD_DATE}"
463463
echo
464464
fi
465465
}

0 commit comments

Comments
 (0)