From c3ee1de4ebece6700a579a3f9df7b5ab5fd9b3e5 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 10 Apr 2024 10:35:50 +0900 Subject: [PATCH] Bump version --- lib/groonga/client/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/groonga/client/version.rb b/lib/groonga/client/version.rb index a92c121..15024b3 100644 --- a/lib/groonga/client/version.rb +++ b/lib/groonga/client/version.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2023 Sutou Kouhei +# Copyright (C) 2013-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 @@ -16,6 +16,6 @@ module Groonga class Client - VERSION = "0.6.9" + VERSION = "0.7.0" end end