From cd7b99bbfccd69b6cd75421b738bcda36f920e0d Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 15 Jul 2019 00:15:01 +0900 Subject: [PATCH] Version 0.0.1 --- 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 58a69a09a0..ece9b444e9 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.0.0' + VERSION = '0.0.1' end