summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-08-24 14:22:47 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-08-24 14:22:47 -0700
commitb69bec45946efe395a42b8e03c1b19ff2de8587a (patch)
treedb70b0e8a7d904b249b2619b552a40308a8d7859 /lib
parentfe65329ce9ece399d61dadf1610e342ff456654e (diff)
downloadpsych-b69bec45946efe395a42b8e03c1b19ff2de8587a.zip
bumping version number
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 8a4d63a..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.0'
+ VERSION = '1.2.1'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'