From 1d35a9026c3eed5e4d06786bf28649f0756c8b82 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 12 Nov 2024 10:36:40 +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 608f75c..5de0df9 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.7" + VERSION = "1.7.8" end