summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2014-02-04 11:19:38 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2014-02-04 11:19:38 -0800
commit77450622246b3081e220ac5ea2263d54c5dff4a4 (patch)
tree4ff5d2908df3a5fc2e8a3ed39c8ca4ff820f9c78 /lib
parent5860bd7374b19d5bf26b0ce4603107da4f405d9d (diff)
downloadpsych-77450622246b3081e220ac5ea2263d54c5dff4a4.tar.gz
bumping to 2.0.3v2.0.3
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 e7cb0d0..2e2b74a 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -217,7 +217,7 @@ require 'psych/class_loader'
module Psych
# The version is Psych you're using
- VERSION = '2.0.2'
+ VERSION = '2.0.3'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'