diff options
| author | Marc-Andre Lafortune <github@marc-andre.ca> | 2021-06-14 13:15:23 -0400 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-06-15 12:04:05 +0900 |
| commit | f0818982e947dc52d9ad57ccd02fe034b84ab374 (patch) | |
| tree | 4358a14dba78dabc1aab926a2ed133024f4f91c2 | |
| parent | 2088a457981b0f71a3bfd14871ed5b6f0d090e6a (diff) | |
[ruby/ostruct] v0.4.0
https://github.com/ruby/ostruct/commit/8534f69e4e
| -rw-r--r-- | lib/ostruct.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ostruct.rb b/lib/ostruct.rb index eef1d5c861..1203d10e47 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.4.0.pre" + VERSION = "0.4.0" # # Creates a new OpenStruct object. By default, the resulting OpenStruct |
