summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-11-27 17:04:51 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-11-27 17:04:51 -0800
commit12b17f1e9107af455af05329f3681f88c590b350 (patch)
treefc2bf06969a63a303ae88919ed77bad349fc8b43 /lib/psych.rb
parent60c6777d7e0d45398658961d3843cf265da21676 (diff)
downloadpsych-12b17f1e9107af455af05329f3681f88c590b350.zip
updating the version to 2.0
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 ccbc7fe..d4a5171 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -95,7 +95,7 @@ require 'psych/handlers/document_stream'
module Psych
# The version is Psych you're using
- VERSION = '1.3.4'
+ VERSION = '2.0.0'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'