From 4a1e4436a99c5794b022f03e8c0589cf8bae1c71 Mon Sep 17 00:00:00 2001 From: Mari Imaizumi Date: Tue, 14 May 2024 17:18:28 +0900 Subject: [PATCH] [ruby/reline] Bump version to 0.5.7 (https://github.com/ruby/reline/pull/704) https://github.com/ruby/reline/commit/b9b3d392ff --- 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 ef7d617a45..46613a5952 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.5.6' + VERSION = '0.5.7' end