From 5695bbe91f213c15f239a29e2378bffcf926b1a0 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Mon, 9 Jan 2023 20:37:34 +0900 Subject: [PATCH] v0.4.5 --- 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 2357db0..3d68837 100644 --- a/lib/youplot/version.rb +++ b/lib/youplot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module YouPlot - VERSION = '0.4.4' + VERSION = '0.4.5' end