Skip to content

Commit

Permalink
Bumping version to 2.0.1 for opensearch-transport (#93)
Browse files Browse the repository at this point in the history
* Bumping version to 2.0.1 for opensearch-transport

Signed-off-by: Vacha Shah <[email protected]>

* Bumping version for opensearch-ruby to include transport version change

Signed-off-by: Vacha Shah <[email protected]>
  • Loading branch information
VachaShah authored Jul 23, 2022
1 parent 06758a9 commit c90719e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opensearch-transport/lib/opensearch/transport/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

module OpenSearch
module Transport
VERSION = '2.0.0'.freeze
VERSION = '2.0.1'.freeze
end
end
2 changes: 1 addition & 1 deletion opensearch/lib/opensearch/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
# under the License.

module OpenSearch
VERSION = '2.0.2'.freeze
VERSION = '2.0.3'.freeze
end
2 changes: 1 addition & 1 deletion opensearch/opensearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.4'

s.add_dependency 'opensearch-transport', '2.0.0'
s.add_dependency 'opensearch-transport', '~> 2.0.0'
s.add_dependency 'opensearch-api', '2.0.2'

s.add_development_dependency 'bundler'
Expand Down

0 comments on commit c90719e

Please sign in to comment.