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