ruby-mdbx/lib/mdbx.rb
mahlon@martini.nu 56d17ba8e8 History and version updates for release.
FossilOrigin-Name: 3e85a0bcafa199efe0dfff0e538593801162168b1c1a41942acd7be7f66d9616
2021-07-14 00:55:15 +00:00

16 lines
210 B
Ruby

# -*- ruby -*-
# vim: set nosta noet ts=4 sw=4 ft=ruby:
# encoding: utf-8
require 'mdbx_ext'
# Top level namespace for MDBX.
#
module MDBX
# The version of this gem.
VERSION = '0.3.2'
end # module MDBX