From 064ad66b2bd452fe325cf480b6cac081af96904d Mon Sep 17 00:00:00 2001 From: Manabu Niseki Date: Tue, 11 Sep 2018 18:48:49 +0900 Subject: [PATCH] v0.3.1 --- lib/ryo/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ryo/version.rb b/lib/ryo/version.rb index 49a63cb..b1d87ae 100644 --- a/lib/ryo/version.rb +++ b/lib/ryo/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ryo - VERSION = "0.3.0" + VERSION = "0.3.1" end