summaryrefslogtreecommitdiff
path: root/lib/reline
diff options
context:
space:
mode:
authorOtávio Schwanck dos Santos <otavioschwanck@gmail.com>2022-09-15 13:19:44 +0100
committergit <svn-admin@ruby-lang.org>2022-09-22 22:28:37 +0900
commit224a3ea718f32daad2a9c874104c33b072dc361a (patch)
tree3446ff0b847b1f023a117a067f9c821ece57f5a6 /lib/reline
parent9fb18e631497fd308b2d1fdd9ad0bef1471de54b (diff)
[ruby/reline] update version
https://github.com/ruby/reline/commit/ce1ac86179
Diffstat (limited to 'lib/reline')
-rw-r--r--lib/reline/version.rb2
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