Skip to content

Commit

Permalink
update meta for 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Aug 21, 2023
1 parent 06022cb commit 167d2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The library has been tested with MRI 3.0, 3.1 and 3.2. Supported platforms are L
Add this line to your application's Gemfile:

```ruby
gem "couchbase", "3.4.3"
gem "couchbase", "3.4.4"
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/couchbase/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,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.4.4.snapshot".freeze)
VERSION.update(:sdk => "3.4.4".freeze)
end

0 comments on commit 167d2e5

Please sign in to comment.