8000 Version bump to 0.4.0 · paramadeep/recursive-open-struct@bbbad05 · GitHub
[go: up one dir, main page]

Skip to content

Commit bbbad05

Browse files
committed
Version bump to 0.4.0
1 parent 34bb44c commit bbbad05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/recursive_open_struct.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'ostruct'
22

33
class RecursiveOpenStruct < OpenStruct
4-
VERSION = "0.3.1"
4+
VERSION = "0.4.0"
55

66
def initialize(h=nil, args={})
77
@recurse_over_arrays = args.fetch(:recurse_over_arrays,false)

0 commit comments

Comments
 (0)
0