update version adguardhome authelia element-web gitea glpi joplin zigbee2mqtt

This commit is contained in:
thomas 2022-05-02 22:08:37 +02:00
parent 6148b1fa75
commit 12c7e6ade8
7 changed files with 23 additions and 31 deletions

View file

@ -1,8 +1,8 @@
#!/bin/bash
GIT_VERSION=v2.8.2
DEB_VERSION_DESKTOP=2.8.2-$(date +%Y%m%d%H%M)
DEB_VERSION_SERVER=2.7.4-$(date +%Y%m%d%H%M)
GIT_VERSION=v2.8.6
DEB_VERSION_DESKTOP=2.8.6-$(date +%Y%m%d%H%M)
DEB_VERSION_SERVER=2.7.8-$(date +%Y%m%d%H%M)
[ -e ./lib/function.sh ] && source ./lib/function.sh