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