summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-11-26 14:11:38 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2013-11-26 14:11:38 -0800
commitb36cd3a8e8d87cd0b6681a750dcdf03fc2fddd20 (patch)
tree2301593aeb6c87b7800cde81d7b4b1ce0b36a73a /lib/psych.rb
parent1029c92983fc2cf90107accb73cf69d206099694 (diff)
downloadpsych-b36cd3a8e8d87cd0b6681a750dcdf03fc2fddd20.tar.gz
bumping versionv2.0.2
Diffstat (limited to 'lib/psych.rb')
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index f4abd28..2a87f43 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -216,7 +216,7 @@ require 'psych/handlers/document_stream'
module Psych
# The version is Psych you're using
- VERSION = '2.0.1'
+ VERSION = '2.0.2'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'