diff options
author | aycabta <[email protected]> | 2019-12-25 18:46:39 +0900 |
---|---|---|
committer | NARUSE, Yui <[email protected]> | 2019-12-25 18:50:58 +0900 |
commit | 647ee6f091eafcce70ffb75ddf7e121e192ab217 (patch) | |
tree | 9959699ace59bc3534597410a1a827af3cb4e9d3 | |
parent | 1341a279a4becd91f35b23eca6d129990eccc8bb (diff) |
[ruby/reline] Version 0.1.2v2_7_0
https://github.com/ruby/reline/commit/b41024e317
-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 27645bcbf9..47b29bd946 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.1.1' + VERSION = '0.1.2' end |