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