diff options
-rw-r--r-- | lib/yaml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb index 3b2a80f1df..b2669899dd 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -66,5 +66,5 @@ YAML = Psych # :nodoc: # # Syck can also be found on github: https://github.com/ruby/syck module YAML - LOADER_VERSION = "0.2.1" + LOADER_VERSION = "0.3.0" end |