aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2023-07-08 09:53:43 +0100
committergit <svn-admin@ruby-lang.org>2023-07-08 08:53:46 +0000
commit33e00b79a06343c86b1b7aba714c0c5a142cf317 (patch)
tree2397abe1dfc571cf3ef4b8d4cc33ede301158219
parent02f9b685e82ebde33a74e59e3e884db709a11d10 (diff)
downloadruby-33e00b79a06343c86b1b7aba714c0c5a142cf317.tar.gz
[ruby/reline] Bump version to 0.3.6
(https://github.com/ruby/reline/pull/565) https://github.com/ruby/reline/commit/2503ddb9a6
-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 abb200526c..c6334bdc5a 100644
--- a/lib/reline/version.rb
+++ b/lib/reline/version.rb
@@ -1,3 +1,3 @@
module Reline
- VERSION = '0.3.5'
+ VERSION = '0.3.6'
end