aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xkiss2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c489c8..8a28853 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,8 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
-UNRELEASED
-----------
+1.18.0 - 2020-05-04
+-------------------
### Added
- Added editorconfig file since we now have 4 languages (roff, Makefile, sh, C) in the repository.
diff --git a/kiss b/kiss
index 8ed4e79..aa6e7eb 100755
--- a/kiss
+++ b/kiss
@@ -1434,7 +1434,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
- v|version) log kiss 1.17.0 ;;
+ v|version) log kiss 1.18.0 ;;
h|help|-h|--help|'')
log 'kiss [a|b|c|f|i|l|r|s|u|v] [pkg] [pkg] [pkg]'