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