summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-10-03 13:26:49 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-10-03 13:26:49 -0700
commit39108e371f1d8020aae7fb90c9af5d45dc983132 (patch)
treebabcd382c67fb578fd831ea33df1e2677a4a8658 /lib
parent82ecfc252e44ca8ca98c6b6cda507b6386023e1b (diff)
downloadpsych-39108e371f1d8020aae7fb90c9af5d45dc983132.zip
rc1
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 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 '.'