From d72163d4b63bdb73c589333a4ca1b9c0b028ac4d Mon Sep 17 00:00:00 2001 From: nox-project Date: Tue, 14 Apr 2026 22:21:06 +0200 Subject: [PATCH] fix: bump build_deb.sh version to 1.0.2 --- build_deb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_deb.sh b/build_deb.sh index ad26979..a81b6d0 100755 --- a/build_deb.sh +++ b/build_deb.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash set -e -# NOX v1.0.1 — .deb build script (FPM) +# NOX v1.0.2 — .deb build script (FPM) # Requires: fpm → gem install fpm -VERSION="1.0.1" +VERSION="1.0.2" PKG_NAME="nox-cli" ARCH="all" OUT_DIR="dist"