Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 10, 2024
1 parent 60748df commit c3ee1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/groonga/client/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2013-2023 Sutou Kouhei <[email protected]>
# Copyright (C) 2013-2024 Sutou Kouhei <[email protected]>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand All @@ -16,6 +16,6 @@

module Groonga
class Client
VERSION = "0.6.9"
VERSION = "0.7.0"
end
end

0 comments on commit c3ee1de

Please sign in to comment.