Skip to content

Commit

Permalink
fix: version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Apr 16, 2022
1 parent b4e8519 commit 8697b9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ All notable changes to this project will be documented in this file. This change

** Unreleased

[Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.4.1...HEAD
[Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.1...HEAD

** 0.5.1 - 2022-04-16

*** Fixed
- goku --version

[commits in 0.5.1]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.0...v0.5.1

** 0.5.0 - 2022-01-08

Expand Down
2 changes: 1 addition & 1 deletion src/karabiner_configurator/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
(:version options)
{:action "exit-with-message"
:ok? true
:exit-message "0.3.9"}
:exit-message "0.5.1"}
;; log
(:log options)
{:action "log"
Expand Down

0 comments on commit 8697b9b

Please sign in to comment.