Bump version to 1.9.11

This commit is contained in:
mattmc3 2025-12-12 19:23:54 -05:00
parent 53c511ab3f
commit 41204705ac
No known key found for this signature in database
GPG Key ID: B2B915D8A8706013
7 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.10
current_version = 1.9.11
parse = v?(?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
serialize = {major}.{minor}.{revision}

View File

@ -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)
<a title="GetAntidote"
href="https://antidote.sh"

View File

@ -4,7 +4,7 @@
#function __antidote_version {
emulate -L zsh; setopt local_options $_adote_funcopts
0=${(%):-%x}
local ver='1.9.10'
local ver='1.9.11'
local gitsha=$(git -C "${0:A:h:h}" rev-parse --short HEAD 2>/dev/null)
[[ -z "$gitsha" ]] || ver="$ver ($gitsha)"
print "antidote version $ver"

View File

@ -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)
%
```

View File

@ -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)
%
```

View File

@ -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 $?

View File

@ -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)
%
```