From 063ed8c2f89f46e4d19c462d8724022818b501d6 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 10 Apr 2024 10:36:10 +0900 Subject: [PATCH] Bump version --- lib/groonga-query-log/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/groonga-query-log/version.rb b/lib/groonga-query-log/version.rb index 26ef15c..9c48728 100644 --- a/lib/groonga-query-log/version.rb +++ b/lib/groonga-query-log/version.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 Sutou Kouhei +# Copyright (C) 2012-2024 Sutou Kouhei # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -15,5 +15,5 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module GroongaQueryLog - VERSION = "1.7.7" + VERSION = "1.7.8" end