diff options
Diffstat (limited to 'lib')
-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 46a6837..24f90b0 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.2.rc1' + VERSION = '1.2.1' # The version of libyaml Psych is using LIBYAML_VERSION = Psych.libyaml_version.join '.' |