From 3f6ea9226898f95c54ff65ebbea0e3a82a4a79e4 Mon Sep 17 00:00:00 2001 From: aycabta Date: Sat, 25 Dec 2021 00:39:43 +0900 Subject: [PATCH] Version 0.3.0 --- 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 8425d5e14a..3cc4318390 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.2.8.pre.11' + VERSION = '0.3.0' end