update version

This commit is contained in:
Thomas Legay 2023-10-11 01:38:46 +02:00
parent 8c08708c5b
commit 2fa91a6bf5
13 changed files with 18 additions and 21 deletions

View file

@ -1,10 +1,11 @@
#!/bin/bash
VERSION=1.33.0
VERSION=1.32.2
APP=zigbee2mqtt
DEPOT=https://github.com/Koenkk/zigbee2mqtt.git
GIT_VERSION=${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEB_VERSION=1.33.0-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=2
PACKAGE_DEPENDENCY="nodejs make g++ gcc"