summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-10-03 13:55:51 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-10-03 13:55:51 -0700
commit6b6de93c81826bdd9e8b2ff7dfdcb4bc36ad6033 (patch)
tree46f039c7521458833754be45cea3a59fe360c399 /lib
parent49acfb9ec02cb3cf12eedb1d4d3d6ee2957a3b3f (diff)
downloadpsych-6b6de93c81826bdd9e8b2ff7dfdcb4bc36ad6033.zip
sync with ruby core
Diffstat (limited to 'lib')
-rw-r--r--lib/psych.rb2
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 '.'