Bump build version to 1.4.5

This commit is contained in:
Xiaonan Shen 2020-11-02 13:21:59 +07:00
parent 41284ee3bf
commit 646750c65c
No known key found for this signature in database
GPG Key ID: 211BF560D12417F5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.3.3 1.4.5

View File

@ -7,7 +7,7 @@ VERSION=`cat VERSION`
# Clone new code # Clone new code
git clone https://github.com/ProtonMail/proton-bridge.git git clone https://github.com/ProtonMail/proton-bridge.git
cd proton-bridge cd proton-bridge
git checkout v$VERSION git checkout br-$VERSION
# Enable debug log # Enable debug log
sed -i "s/build desktop/-debug build desktop/" Makefile sed -i "s/build desktop/-debug build desktop/" Makefile