Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Apr 9, 2024
1 parent c4211b5 commit 2129fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `output` output will contain the result, regardless of type (string, boolean
with:
command: version

- if: steps.sver.outputs.output == 'v1.2.4'
- if: steps.sver.outputs.output == 'v1.2.5'
...
```
Commands that return a boolean will return a boolean-as-string.
Expand Down Expand Up @@ -88,7 +88,7 @@ asdf global sver latest
#### curl
You can simply curl a version directly.
```bash
curl -LO https://github.com/robzr/sver/releases/download/v1.2.4/sver
curl -LO https://github.com/robzr/sver/releases/download/v1.2.5/sver
```

#### Homebrew
Expand All @@ -101,7 +101,7 @@ brew install sver
### Command line usage
See `sver help` for documentation.
```text
sver v1.2.4 (https://github.com/robzr/sver) self contained cli tool and function
sver v1.2.5 (https://github.com/robzr/sver) self contained cli tool and function
library implementing a Semantic Versioning 2 compliant parser and utilities.
Written in optimized, portable, pure Bash (v3)+ for simplicity & speed.
Expand Down
2 changes: 1 addition & 1 deletion sver
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# shellcheck disable=SC1008,SC2015,SC2096
# shfmt -i 2 -ci -w

SVER_VERSION=v1.2.4
SVER_VERSION=v1.2.5
SVER_INTRO="\
sver ${SVER_VERSION} (https://github.com/robzr/sver) self contained cli tool and function
library implementing a Semantic Versioning 2 compliant parser and utilities.
Expand Down

0 comments on commit 2129fdb

Please sign in to comment.