From e6bd1852fb0c4775f6bc9588df30a141013ec788 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sat, 3 Jun 2023 09:27:57 +0100 Subject: [PATCH] [ruby/reline] Bump version to 0.3.5 (https://github.com/ruby/reline/pull/548) https://github.com/ruby/reline/commit/4330a52572 --- lib/reline/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reline/version.rb b/lib/reline/version.rb index fe1d48abec..abb200526c 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.3.4' + VERSION = '0.3.5' end