diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f633fed..b71bcbb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.1 +current_version = 1.9.2 parse = v?(?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{revision} diff --git a/README.md b/README.md index 068df45..711ab62 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # antidote [![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg)](/LICENSE) -![version](https://img.shields.io/badge/version-v1.9.1-df5e88) +![version](https://img.shields.io/badge/version-v1.9.2-df5e88) /dev/null) [[ -z "$gitsha" ]] || ver="$ver ($gitsha)" print "antidote version $ver" diff --git a/tests/README.md b/tests/README.md index 13fadd5..cf1ad6a 100644 --- a/tests/README.md +++ b/tests/README.md @@ -58,7 +58,7 @@ The `-v/--version` flag displays the current version: ```zsh % antidote --version -antidote version 1.9.1 +antidote version 1.9.2 % ``` diff --git a/tests/test_antidote.md b/tests/test_antidote.md index 5b105bb..4efdd82 100644 --- a/tests/test_antidote.md +++ b/tests/test_antidote.md @@ -78,7 +78,7 @@ No arg exit status is 2: ```zsh % antidote --version -antidote version 1.9.1 +antidote version 1.9.2 % antidote -v >/dev/null; echo $? 0 % antidote --version >/dev/null; echo $? diff --git a/tests/test_cmd_update.md b/tests/test_cmd_update.md index b8fc23e..88b6fa0 100644 --- a/tests/test_cmd_update.md +++ b/tests/test_cmd_update.md @@ -22,7 +22,7 @@ Bundle updates complete. Updating antidote... Antidote self-update complete. -antidote version 1.9.1 +antidote version 1.9.2 % ```