File: version.rb

package info (click to toggle)
ruby-bson 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,828 kB
  • sloc: ruby: 11,712; ansic: 1,427; java: 514; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module BSON
  # The current version of the library.
  #
  # NOTE: this file is automatically updated via `rake candidate:create`.
  # Manual changes to this file may be overwritten by that rake task.
  VERSION = '5.2.0'
end