From b0e6446b9f4f2e102de0f69feba88fd5b804d045 Mon Sep 17 00:00:00 2001 From: Mari Imaizumi Date: Wed, 29 May 2024 23:45:35 +0900 Subject: [PATCH] [ruby/reline] Bump version to 0.5.8 (https://github.com/ruby/reline/pull/711) https://github.com/ruby/reline/commit/43cd4c5d58 --- 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 46613a5952..680e5a9cca 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.5.7' + VERSION = '0.5.8' end