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