We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bed93 commit 0550861Copy full SHA for 0550861
1 file changed
src/bb-logger.sh
@@ -26,11 +26,11 @@ bb-import bb-regex/options
26
# VARIABLES
27
# ==================================================================
28
#
29
-# BUILD VARIABLES
+# VERSION
30
31
-declare -gx LOGGER_VERSION="v-1.0.0"
32
-declare -gx LOGGER_BUILD="x"
33
-declare -gx LOGGER_BUILD_DATE="20230718-0033"
+PKG_VERSION="0.1.0"
+PKG_BUILD="1001"
+PKG_BUILD_DATE="20230813:1940"
34
35
# DEFAULT PATHS
36
0 commit comments