Skip to content

Commit

Permalink
Bump v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
greizgh committed Mar 15, 2020
1 parent 4c344ef commit 5241788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Package: bitwarden-rs
Architecture: amd64
Maintainer: Greizgh <greizgh+bitwardenrs@ephax.org>
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

0 comments on commit 5241788

Please sign in to comment.