Skip to content

Commit 7ba4f7d

Browse files
committed
πŸ”– update meta for 3.1.0
Change-Id: I5bcc14680b11a42fea2d5ca264b6a5fbbc37e554 Reviewed-on: http://review.couchbase.org/c/couchbase-ruby-client/+/149485 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Sergey Avseyev <sergey.avseyev@gmail.com>
1 parent 3ede808 commit 7ba4f7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The library tested with the MRI 2.5, 2.6, 2.7 and 3.0. Supported platforms are L
2424
Add this line to your application's Gemfile:
2525

2626
```ruby
27-
gem "couchbase", "3.0.3"
27+
gem "couchbase", "3.1.0"
2828
```
2929

3030
And then execute:

β€Žext/couchbase/version.hxxβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
namespace couchbase
2525
{
2626
constexpr auto BACKEND_VERSION_MAJOR = 1;
27-
constexpr auto BACKEND_VERSION_MINOR = 3;
28-
constexpr auto BACKEND_VERSION_PATCH = 1;
27+
constexpr auto BACKEND_VERSION_MINOR = 4;
28+
constexpr auto BACKEND_VERSION_PATCH = 0;
2929

3030
inline const std::string&
3131
sdk_id()

β€Žlib/couchbase/version.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ module Couchbase
3333
# :openssl_headers=>"OpenSSL 1.1.1c FIPS 28 May 2019",
3434
# :openssl_runtime=>"OpenSSL 1.1.1c FIPS 28 May 2019"}
3535
VERSION = {} unless defined?(VERSION) # rubocop:disable Style/MutableConstant
36-
VERSION.update(:sdk => "3.1.0.snapshot".freeze)
36+
VERSION.update(:sdk => "3.1.0".freeze)
3737
end

0 commit comments

Comments
Β (0)