We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236a9ad commit 713b2f3Copy full SHA for 713b2f3
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.1
+current_version = 0.5.2
3
commit = True
4
tag = True
5
scripts/install.sh
@@ -9,7 +9,7 @@ STYLE='\e[1;4m'
9
NOCOLOR='\033[0m'
10
RED='\033[0;31m'
11
12
-version=0.5.1
+version=0.5.2
13
cd "$(dirname "${BASH_SOURCE[0]}")/.."
14
revision=$(git rev-parse --short HEAD)
15
base_dir=$(pwd)
0 commit comments