Private
Public Access
1
0

chore: bump version to 1.0.0

This commit is contained in:
Draco-Lunaris-Echo
2026-06-07 12:58:53 -05:00
parent 5fa1fef6c8
commit ae15404496
4 changed files with 9 additions and 3 deletions

View File

@ -22,7 +22,7 @@ warn() { echo -e "${YELLOW}[WARN]${NC} $*"; }
error() { echo -e "${RED}[ERROR]${NC} $*" >&2; exit 1; }
PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
VERSION="0.1.9"
VERSION="1.0.0"
RELEASE="1"
PKG_NAME="linux-patch-manager"
DEB_NAME="${PKG_NAME}_${VERSION}-${RELEASE}_amd64.deb"