We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e40625 commit b25e890Copy full SHA for b25e890
lib/groonga/command/parser/version.rb
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2013-2017 Kouhei Sutou <[email protected]>
+# Copyright (C) 2013-2024 Sutou Kouhei <[email protected]>
2
#
3
# This library is free software; you can redistribute it and/or
4
# modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,7 @@
17
module Groonga
18
module Command
19
class Parser
20
- VERSION = "1.1.5"
+ VERSION = "1.1.6"
21
end
22
23
0 commit comments