diff options
author | aycabta <[email protected]> | 2021-09-02 22:14:34 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-09-02 22:16:36 +0900 |
commit | a0a5bdb3aecaa267dd38021b0b75111109ce31df (patch) | |
tree | 8ff014068628c8d9c63b09ef8bd747612d95d94b /lib/reline/version.rb | |
parent | 4e40b7ddb06b4ac806c85dabf2bd094fdd4bd6d0 (diff) |
[ruby/reline] Version 0.2.8.pre.6
https://github.com/ruby/reline/commit/175d5ad4c4
Diffstat (limited to 'lib/reline/version.rb')
-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 450c0b6b0d..b83308796a 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.2.8.pre.5' + VERSION = '0.2.8.pre.6' end |