add Mongo::VERSION constant
This commit is contained in:
parent
baad067165
commit
b2595d0c8f
|
@ -15,6 +15,8 @@ require 'mongo/admin'
|
|||
module Mongo
|
||||
ASCENDING = 1
|
||||
DESCENDING = -1
|
||||
|
||||
VERSION = "0.14.1"
|
||||
end
|
||||
|
||||
# DEPRECATED - the XGen namespace is deprecated and will be removed - use Mongo or GridFS instead
|
||||
|
|
Loading…
Reference in New Issue