lib/groonga_client_model/version.rb in groonga-client-model-0.9.6 vs lib/groonga_client_model/version.rb in groonga-client-model-0.9.7

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright (C) 2016 Kouhei Sutou <kou@clear-code.com> +# Copyright (C) 2016-2017 Kouhei Sutou <kou@clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module GroongaClientModel - VERSION = "0.9.6" + VERSION = "0.9.7" end