diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-10-03 13:26:49 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-10-03 13:26:49 -0700 |
commit | 39108e371f1d8020aae7fb90c9af5d45dc983132 (patch) | |
tree | babcd382c67fb578fd831ea33df1e2677a4a8658 | |
parent | 82ecfc252e44ca8ca98c6b6cda507b6386023e1b (diff) | |
download | psych-39108e371f1d8020aae7fb90c9af5d45dc983132.zip |
rc1
-rw-r--r-- | lib/psych.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb index 24f90b0..46a6837 100644 --- a/lib/psych.rb +++ b/lib/psych.rb @@ -90,7 +90,7 @@ require 'psych/json' module Psych # The version is Psych you're using - VERSION = '1.2.1' + VERSION = '1.2.2.rc1' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.' |