lib/confstruct.rb in confstruct-0.2.1 vs lib/confstruct.rb in confstruct-0.2.2
- old
+ new
@@ -2,7 +2,7 @@
module Confstruct
autoload :HashWithStructAccess, 'confstruct/hash_with_struct_access'
autoload :Configuration, 'confstruct/configuration'
- VERSION = '0.2.1'
+ VERSION = '0.2.2'
end