Skip to content

Commit

Permalink
Bumping version to 1.0.1 for opensearch-transport (#92)
Browse files Browse the repository at this point in the history
* Bumping version to 1.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 4df0e3b commit 98145b8
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 = '1.0.0'.freeze
VERSION = '1.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 = '1.0.0'.freeze
VERSION = '1.0.1'.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', '1.0.0'
s.add_dependency 'opensearch-transport', '~> 1.0.0'
s.add_dependency 'opensearch-api', '1.0.0'

s.add_development_dependency 'bundler'
Expand Down

0 comments on commit 98145b8

Please sign in to comment.