summaryrefslogtreecommitdiff
path: root/util/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/build.sh')
-rwxr-xr-xutil/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/build.sh b/util/build.sh
index 40fcae5..254c1ff 100755
--- a/util/build.sh
+++ b/util/build.sh
@@ -3,7 +3,7 @@ set -euo pipefail
# --- Configuration: package name and version ---
PKG_NAME="kel-lbm"
-PKG_VERSION="0.0.2"
+PKG_VERSION="0.0.3"
# --- Ensure we're in the Git root ---
if ! GIT_ROOT=$(git rev-parse --show-toplevel 2>/dev/null); then