diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-12-14 15:59:59 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2022-12-14 07:01:19 +0000 |
commit | 989d993f5b03fbbf712554abe7f93bbeaad6298c (patch) | |
tree | 1b772111b5ec9dfe291ca9542c82f3e8b89b6aa4 /lib/reline | |
parent | 20c34f10d799c6b10a657a266db3aa6c51c850d3 (diff) | |
download | ruby-989d993f5b03fbbf712554abe7f93bbeaad6298c.tar.gz |
[ruby/reline] Bump version to 0.3.2
https://github.com/ruby/reline/commit/3fbb7ec2ae
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 |