update version budibase element-web joplin-server

This commit is contained in:
thomas 2022-10-11 22:59:52 +02:00
parent f285f83f29
commit 3cc1c674b2
3 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=2.0.24
VERSION=2.0.27
APP=budibase
DEPOT=https://github.com/Budibase/budibase.git
GIT_VERSION=last
@ -44,5 +44,4 @@ makedeb(){
sed -i "s/%VERSION%/$DEB_VERSION/" ${PATH_DEB}/DEBIAN/control
fakeroot dpkg-deb -Z gzip --build ${PATH_DEB} /tmp/dist
$
}