aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
diff options
context:
space:
mode:
authorima1zumi <52617472+ima1zumi@users.noreply.github.com>2023-10-04 00:10:52 +0900
committergit <svn-admin@ruby-lang.org>2023-10-03 15:10:59 +0000
commit5dfbf1a3814c4d84a5ae375751f5f935b2baae8f (patch)
tree624aa19b34330fe99dfaae5aaf465360dc6fb448 /lib/reline
parent10379ebf90acd9622e4fccd9d4386ab3a69f4e9c (diff)
downloadruby-5dfbf1a3814c4d84a5ae375751f5f935b2baae8f.tar.gz
[ruby/reline] Bump version to 0.3.9
(https://github.com/ruby/reline/pull/594) https://github.com/ruby/reline/commit/b6fb72718a
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 a2538f6fa3..784d7c598b 100644
--- a/lib/reline/version.rb
+++ b/lib/reline/version.rb
@@ -1,3 +1,3 @@
module Reline
- VERSION = '0.3.8'
+ VERSION = '0.3.9'
end