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