summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2014-02-05 12:10:15 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2014-02-05 12:10:15 -0800
commitd5972dc5bc436214c39f40dad8634f4b2b2f2f7c (patch)
tree72182770200204b10d6abb98ebae6d2aab514535
parent4a86bfe4a2746c12fbc0210ab3f60cb2e30b6363 (diff)
downloadpsych-d5972dc5bc436214c39f40dad8634f4b2b2f2f7c.tar.gz
bumping versionv2.0.4
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 2e2b74a..22772b6 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.3'
+ VERSION = '2.0.4'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'