update version & section change

This commit is contained in:
thomas 2022-11-01 22:14:36 +01:00
parent 06ecaba890
commit 9a733a6499
37 changed files with 50 additions and 45 deletions

View file

@ -1,9 +1,9 @@
#!/bin/bash
VERSION=2.0.37
VERSION=2.1.3
APP=budibase
DEPOT=https://github.com/Budibase/budibase.git
GIT_VERSION=last
GIT_VERSION=v${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=20

View file

@ -1,6 +1,6 @@
Package: budibase
Version: %VERSION%
Section: base
Section: contrib
Priority: optional
Architecture: all
Maintainer: Thomas Legay <thomas@lgy.fr>