mirror of https://github.com/mattmc3/antidote
Bump version to 1.9.11
This commit is contained in:
parent
53c511ab3f
commit
41204705ac
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# antidote
|
||||
|
||||
[](/LICENSE)
|
||||

|
||||

|
||||
|
||||
<a title="GetAntidote"
|
||||
href="https://antidote.sh"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
%
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
%
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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 $?
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
%
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue