diff --git a/lib/ostruct.rb b/lib/ostruct.rb index 7311138fbf..fa882b7b9b 100644 --- a/lib/ostruct.rb +++ b/lib/ostruct.rb @@ -107,7 +107,7 @@ # For all these reasons, consider not using OpenStruct at all. # class OpenStruct - VERSION = "0.5.5" + VERSION = "0.6.0" HAS_PERFORMANCE_WARNINGS = begin Warning[:performance]