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