diff options
author | aycabta <[email protected]> | 2020-12-20 16:15:58 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2020-12-20 16:23:59 +0900 |
commit | a7cacd33ccef56b6377d511e0bf3f8b7c1f760be (patch) | |
tree | f49b4d91a60093158616f64ddbc6287220f8f0ba /lib | |
parent | 9f08e3c703795e81d333d568e7e44743022468f1 (diff) |
[ruby/reline] Version 0.1.10
https://github.com/ruby/reline/commit/723c6e191a
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 3227792027..06da37d7f0 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.1.9' + VERSION = '0.1.10' end |