From 78e9eb6d623337f8e46a76bc8e85678134a2a441 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 12 Apr 2024 23:05:35 +0900 Subject: [PATCH] Bump version --- lib/grntest/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/grntest/version.rb b/lib/grntest/version.rb index db52b77..15453c8 100644 --- a/lib/grntest/version.rb +++ b/lib/grntest/version.rb @@ -14,5 +14,5 @@ # along with this program. If not, see . module Grntest - VERSION = "1.7.5" + VERSION = "1.7.6" end