summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-10-03 14:35:09 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-10-03 14:35:09 -0700
commitadda8014cacd4a00cb6b12c65fc4558d3082d306 (patch)
treeafc81dcaaafc21b5a23eb74b94809887615d76af /lib
parentcda70ad5dde3d8cfda2e9fb31bdb106a0924c4d4 (diff)
downloadpsych-adda8014cacd4a00cb6b12c65fc4558d3082d306.zip
updating manifest, bumping up to 1.2.2
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 aaf883f..d1dc0f0 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'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'