lib/elasticsearch/transport/version.rb in elasticsearch-transport-6.8.1 vs lib/elasticsearch/transport/version.rb in elasticsearch-transport-6.8.2

- old
+ new

@@ -1,5 +1,9 @@ +# Licensed to Elasticsearch B.V under one or more agreements. +# Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +# See the LICENSE file in the project root for more information + module Elasticsearch module Transport - VERSION = '6.8.1' + VERSION = '6.8.2' end end