diff --git a/README.md b/README.md index 1c31c404..6e98a89e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The library has been tested with MRI 3.2, 3.3, 3.4 and 4.0. Supported platforms Add this line to your application's Gemfile: ```ruby -gem "couchbase", "3.8.0" +gem "couchbase", "3.8.1" ``` And then execute: diff --git a/couchbase-opentelemetry/README.md b/couchbase-opentelemetry/README.md index 09c7f35e..842e5e93 100644 --- a/couchbase-opentelemetry/README.md +++ b/couchbase-opentelemetry/README.md @@ -7,7 +7,7 @@ The library has been tested with MRI 3.2, 3.3, 3.4 and 4.0. Supported platforms Add this line to your application's Gemfile: ```ruby -gem "couchbase-opentelemetry", "0.1.0" +gem "couchbase-opentelemetry", "3.8.1" ``` And then execute: diff --git a/couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb b/couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb index a3240760..491aeb4f 100644 --- a/couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb +++ b/couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb @@ -17,6 +17,6 @@ module Couchbase module OpenTelemetry # Version of the Couchbase OpenTelemetry integration gem - VERSION = "3.8.0" + VERSION = "3.8.1" end end diff --git a/lib/couchbase/version.rb b/lib/couchbase/version.rb index 3280aebb..1c65a20f 100644 --- a/lib/couchbase/version.rb +++ b/lib/couchbase/version.rb @@ -21,5 +21,5 @@ module Couchbase # $ ruby -rcouchbase -e 'pp Couchbase::VERSION' # {:sdk=>"3.4.0", :ruby_abi=>"3.1.0", :revision=>"416fe68e6029ec8a4c40611cf6e6b30d3b90d20f"} VERSION = {} unless defined?(VERSION) # rubocop:disable Style/MutableConstant - VERSION.update(:sdk => "3.8.0") + VERSION.update(:sdk => "3.8.1") end