update version

This commit is contained in:
thomas 2023-02-08 13:21:50 +01:00
parent 976a7c7078
commit 4f6fd22bc7
4 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=2.10.5
VERSION=2.10.6
APP=joplin-server
GIT_VERSION=server-v${VERSION}
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.30.5
VERSION=1.30.6
APP=kimai2
DEPOT=https://github.com/kevinpapst/kimai2.git
GIT_VERSION=${VERSION}

View File

@ -1,8 +1,9 @@
#!/bin/bash
APP=rustdesk-server
VERSION=1.1.7-1
VERSION=1.1.7-2
GIT_VERSION=$VERSION
GIT_VERSION=1.1.7
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=5

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.30.0
VERSION=1.30.1
APP=zigbee2mqtt
DEPOT=https://github.com/Koenkk/zigbee2mqtt.git
GIT_VERSION=${VERSION}