From ead75f0186bcf2752bb6d00f630f5375c6d43232 Mon Sep 17 00:00:00 2001 From: aycabta Date: Tue, 29 Oct 2019 10:34:32 +0900 Subject: [PATCH] Version 0.0.4 --- 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 91f0cc9783..c588228e59 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.0.3' + VERSION = '0.0.4' end