From cacc9e89634802a478c7d8d38a7fd58badfe0b5e Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 25 Sep 2024 13:26:26 +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 15453c8..608f75c 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.6" + VERSION = "1.7.7" end