update version

This commit is contained in:
thomas 2022-12-08 06:42:53 +01:00
parent 31483ba9c6
commit 80abe21699
4 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.108.0-b.21
VERSION=0.108.0-b.23
APP=adguardhome
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
GIT_VERSION=v${VERSION}
@ -15,7 +15,7 @@ main(){
configure_depot_nodejs
install_package_dependency
install_go
get_git_source
get_git_source
build
makedeb
}