From f0743dd2a40da552bf045b212d927b5fcea00160 Mon Sep 17 00:00:00 2001 From: aycabta Date: Thu, 25 Feb 2021 22:05:10 +0900 Subject: [PATCH] [ruby/reline] Version 0.2.4 https://github.com/ruby/reline/commit/462f971bd3 --- 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 5b20f6f3e7..11e8145c7f 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.2.3' + VERSION = '0.2.4' end