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