diff options
author | aycabta <[email protected]> | 2020-11-20 04:14:44 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2020-12-05 02:58:59 +0900 |
commit | 493f381c327d129cfc8329c20cdb13413710ac2f (patch) | |
tree | bf885ecc368ae4fa1658ac4a68e9579cb5dc76d9 /lib | |
parent | b545ab219b40323373596eb45b43f2599a7a3c61 (diff) |
[ruby/reline] Version 0.1.9
https://github.com/ruby/reline/commit/0b1b5e77ce
Diffstat (limited to 'lib')
-rw-r--r-- | lib/reline/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/version.rb b/lib/reline/version.rb index f5b988eca7..3227792027 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.1.8' + VERSION = '0.1.9' end |