From eb317e2bb5248f78f9475c5bb4229efab1125e8e Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 17 Dec 2020 12:42:00 +0900 Subject: [PATCH] v0.3.2 --- lib/youplot/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/youplot/version.rb b/lib/youplot/version.rb index 7f15730..5d5b7d7 100644 --- a/lib/youplot/version.rb +++ b/lib/youplot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module YouPlot - VERSION = '0.3.1' + VERSION = '0.3.2' end