diff --git a/build.sh b/build.sh index 238d00b..3aaae6d 100755 --- a/build.sh +++ b/build.sh @@ -18,7 +18,7 @@ while getopts ":r:o:d:" opt; do ;; esac done -if [ -z "$REF" ]; then REF="1.14.2"; fi +if [ -z "$REF" ]; then REF="1.15.0"; fi if [ -z "$OS_VERSION_NAME" ]; then OS_VERSION_NAME='buster'; fi if [ -z "$DB_TYPE" ]; then DB_TYPE="sqlite"; fi diff --git a/debian/control b/debian/control index 4afd36d..d565aaf 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,6 @@ Package: bitwarden-rs Architecture: amd64 Maintainer: Greizgh Priority: optional -Version: 1.14.2-1 +Version: 1.15.0-1 Description: Unofficial Bitwarden compatible server written in Rust Homepage: https://github.com/greizgh/bitwarden_rs-debian