From 5241788dff3a8fd5f303b9ae1fb6bd3e4d3e3517 Mon Sep 17 00:00:00 2001 From: Greizgh Date: Sun, 15 Mar 2020 11:10:04 +0100 Subject: [PATCH] Bump v1.14 --- build.sh | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index a91cd26..bb7cfaa 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ while getopts ":r:o:" opt; do ;; esac done -if [ -z "$REF" ]; then REF="1.13.1"; fi +if [ -z "$REF" ]; then REF="1.14"; fi if [ -z "$OS_VERSION_NAME" ]; then OS_VERSION_NAME='buster'; fi # Clone bitwarden_rs diff --git a/debian/control b/debian/control index 089762a..5fc7617 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,6 @@ Package: bitwarden-rs Architecture: amd64 Maintainer: Greizgh Priority: optional -Version: 1.13.1-1 +Version: 1.14-1 Description: Unofficial Bitwarden compatible server written in Rust Homepage: https://github.com/greizgh/bitwarden_rs-debian