From 1fe4fc2587be8eabc47d36dc57ee2814f8a0162b Mon Sep 17 00:00:00 2001 From: Toshimitsu Takahashi Date: Mon, 4 May 2020 11:34:29 +0900 Subject: [PATCH] bump 1.8.5 --- lib/ougai/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ougai/version.rb b/lib/ougai/version.rb index 391fc0e..33536df 100644 --- a/lib/ougai/version.rb +++ b/lib/ougai/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ougai - VERSION = '1.8.4' + VERSION = '1.8.5' end