lib/mongoid/path_extension/version.rb in mongoid-path_extension-0.1.0 vs lib/mongoid/path_extension/version.rb in mongoid-path_extension-0.1.1
- old
+ new
@@ -1,5 +1,5 @@
module Mongoid
class PathExtension < String
- VERSION = '0.1.0'.freeze
+ VERSION = '0.1.1'.freeze
end
end