diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-19 14:59:10 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-12-19 14:59:59 +0900 |
commit | 1142bc875bc00d492046ecbf781f076a78e4b8c5 (patch) | |
tree | 2f2745df0dbf0270f0fd4042ca32219f3e76060b | |
parent | 2605ff79aa84a635d135c5892339483e337bbd03 (diff) |
[ruby/did_you_mean] Bump version to 1.6.3
https://github.com/ruby/did_you_mean/commit/f7703add76
-rw-r--r-- | lib/did_you_mean/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/did_you_mean/version.rb b/lib/did_you_mean/version.rb index 9fd6f17034..5745ca1efd 100644 --- a/lib/did_you_mean/version.rb +++ b/lib/did_you_mean/version.rb @@ -1,3 +1,3 @@ module DidYouMean - VERSION = "1.6.2".freeze + VERSION = "1.6.3".freeze end |