From 646750c65cb3791e8c4cb96294692dc00e85612b Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Mon, 2 Nov 2020 13:21:59 +0700 Subject: [PATCH] Bump build version to 1.4.5 --- build/VERSION | 2 +- build/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/VERSION b/build/VERSION index 31e5c84..e516bb9 100644 --- a/build/VERSION +++ b/build/VERSION @@ -1 +1 @@ -1.3.3 +1.4.5 diff --git a/build/build.sh b/build/build.sh index 777d8c3..056c471 100644 --- a/build/build.sh +++ b/build/build.sh @@ -7,7 +7,7 @@ VERSION=`cat VERSION` # Clone new code git clone https://github.com/ProtonMail/proton-bridge.git cd proton-bridge -git checkout v$VERSION +git checkout br-$VERSION # Enable debug log sed -i "s/build desktop/-debug build desktop/" Makefile