From 227486db0a3c8f3dca4e7c95008f8cbc23732b4d Mon Sep 17 00:00:00 2001 From: Greizgh Date: Sun, 22 Mar 2020 10:46:57 +0100 Subject: [PATCH] Bump v1.14.1 --- build.sh | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index bb7cfaa..7ea79b7 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.14"; fi +if [ -z "$REF" ]; then REF="1.14.1"; fi if [ -z "$OS_VERSION_NAME" ]; then OS_VERSION_NAME='buster'; fi # Clone bitwarden_rs diff --git a/debian/control b/debian/control index 5fc7617..eb68b32 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,6 @@ Package: bitwarden-rs Architecture: amd64 Maintainer: Greizgh Priority: optional -Version: 1.14-1 +Version: 1.14.1-1 Description: Unofficial Bitwarden compatible server written in Rust Homepage: https://github.com/greizgh/bitwarden_rs-debian