Skip to content

Commit

Permalink
Fixed typo in bump-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gh committed Aug 12, 2024
1 parent 5dfdfef commit 9dec1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- DATAIO_NULL value when CSV quoted string has multiple new lines (GitHub [issue 238](https://github.com/RMLio/rmlmapper-java/issues/238)).
- Typo in `bump-version.sh`

## [1.3.0] - 2024-05-21

Expand Down
2 changes: 1 addition & 1 deletion bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

if [ -z "$1" ]
then
echo 'Version parameter not given. Invoke as e.g. ./bunmp-version.sh 1.0.0'.
echo 'Version parameter not given. Invoke as e.g. ./bump-version.sh 1.0.0'.
exit 1
fi

Expand Down

0 comments on commit 9dec1ac

Please sign in to comment.