lib/elasticsearch/transport/version.rb in elasticsearch-transport-7.6.0.pre vs lib/elasticsearch/transport/version.rb in elasticsearch-transport-7.6.0
- old
+ new
@@ -2,8 +2,8 @@
# 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 = "7.6.0.pre"
+ VERSION = "7.6.0"
end
end