aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
diff options
context:
space:
mode:
authorima1zumi <52617472+ima1zumi@users.noreply.github.com>2023-05-20 18:31:32 +0900
committergit <svn-admin@ruby-lang.org>2023-05-20 09:31:43 +0000
commit8db13c179e475e99f6155eb85f196aebe04cc39a (patch)
treece848d911a65c183ab4885f64d61097dd70a9be8 /lib/reline
parent41512cd1bff9ad06823e7dfd4bd024b9e82b3edb (diff)
downloadruby-8db13c179e475e99f6155eb85f196aebe04cc39a.tar.gz
[ruby/reline] Bump version to 0.3.4
(https://github.com/ruby/reline/pull/538) https://github.com/ruby/reline/commit/1fb0753bc1
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 dc5da3eaf1..fe1d48abec 100644
--- a/lib/reline/version.rb
+++ b/lib/reline/version.rb
@@ -1,3 +1,3 @@
module Reline
- VERSION = '0.3.3'
+ VERSION = '0.3.4'
end