lib/confstruct.rb in confstruct-0.2.0 vs lib/confstruct.rb in confstruct-0.2.1

- old
+ new

@@ -2,7 +2,7 @@ module Confstruct autoload :HashWithStructAccess, 'confstruct/hash_with_struct_access' autoload :Configuration, 'confstruct/configuration' - VERSION = '0.2.0' + VERSION = '0.2.1' end