lib/mongo3.rb in mongo3-0.0.3 vs lib/mongo3.rb in mongo3-0.0.4

- old
+ new

@@ -1,9 +1,9 @@ module Mongo3 # :stopdoc: - VERSION = '0.0.3' + VERSION = '0.0.4' LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR # :startdoc: # Returns the version string for the library.