diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8bb5521..463bbb6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.10 +current_version = 1.9.11 parse = v?(?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{revision} diff --git a/README.md b/README.md index 3d02800..9fd8bd8 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.10-df5e88) +![version](https://img.shields.io/badge/version-v1.9.11-df5e88) /dev/null) [[ -z "$gitsha" ]] || ver="$ver ($gitsha)" print "antidote version $ver" diff --git a/tests/README.md b/tests/README.md index 34d668d..e57639f 100644 --- a/tests/README.md +++ b/tests/README.md @@ -59,7 +59,7 @@ The `-v/--version` flag displays the current version: ```zsh % antidote --version -antidote version 1.9.10 (abcd123) +antidote version 1.9.11 (abcd123) % ``` diff --git a/tests/test_antidote.md b/tests/test_antidote.md index a436728..787dbc0 100644 --- a/tests/test_antidote.md +++ b/tests/test_antidote.md @@ -14,7 +14,7 @@ Show antidote's version: ```zsh % antidote --version -antidote version 1.9.10 (abcd123) +antidote version 1.9.11 (abcd123) % ``` @@ -304,7 +304,7 @@ Bundle updates complete. Updating antidote... antidote self-update complete. -antidote version 1.9.10 (abcd123) +antidote version 1.9.11 (abcd123) % ``` diff --git a/tests/test_antidote_core.md b/tests/test_antidote_core.md index 18989ae..c891f2b 100644 --- a/tests/test_antidote_core.md +++ b/tests/test_antidote_core.md @@ -81,7 +81,7 @@ No arg exit status is 2: ```zsh % antidote --version -antidote version 1.9.10 (abcd123) +antidote version 1.9.11 (abcd123) % 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 d930c30..5c57ac1 100644 --- a/tests/test_cmd_update.md +++ b/tests/test_cmd_update.md @@ -25,7 +25,7 @@ Bundle updates complete. Updating antidote... antidote self-update complete. -antidote version 1.9.10 (abcd123) +antidote version 1.9.11 (abcd123) % ```