Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/bson/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module BSON
#
# NOTE: this file is automatically updated via `rake candidate:create`.
# Manual changes to this file may be overwritten by that rake task.
VERSION = '5.0.2'
VERSION = '5.1.0'
end
5 changes: 4 additions & 1 deletion product.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: BSON for Ruby
description: a fully featured [BSON specification](https://bsonspec.org/) implementation
in Ruby
package: bson
jira: https://jira.mongodb.org/projects/RUBY
version:
number: 5.0.2
number: 5.1.0
file: lib/bson/version.rb
2 changes: 1 addition & 1 deletion spec/shared
Loading