From b201ac0bc037e460d96673f1d7386f1d2652b5c1 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Thu, 27 Jul 2023 09:23:03 +0100 Subject: [PATCH] [ruby/reline] Bump version to 0.3.7 (https://github.com/ruby/reline/pull/578) https://github.com/ruby/reline/commit/dc5a1b7c48 --- 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 c6334bdc5a..c8bbf615cc 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.3.6' + VERSION = '0.3.7' end