diff options
author | Otávio Schwanck dos Santos <[email protected]> | 2022-09-15 13:19:44 +0100 |
---|---|---|
committer | git <[email protected]> | 2022-09-22 22:28:37 +0900 |
commit | 224a3ea718f32daad2a9c874104c33b072dc361a (patch) | |
tree | 3446ff0b847b1f023a117a067f9c821ece57f5a6 /lib/reline | |
parent | 9fb18e631497fd308b2d1fdd9ad0bef1471de54b (diff) |
[ruby/reline] update version
https://github.com/ruby/reline/commit/ce1ac86179
Diffstat (limited to 'lib/reline')
-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 1bb1c02f3d..67a3d694bd 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.3.1' + VERSION = '0.3.2' end |