We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c81aaf commit 53d34a4Copy full SHA for 53d34a4
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.1
+current_version = 0.4.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.4.1
+version=0.4.2
13
revision=$(git rev-parse --short HEAD)
14
cd "$(dirname "${BASH_SOURCE[0]}")/.."
15
base_dir=$(pwd)
0 commit comments