summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-03-27 16:24:06 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-03-27 16:27:18 -0700
commitf06670b6f38f433f1fa53901607613df2ea59dd0 (patch)
tree3495f73ecd7d0223d89e815f32e3d3e9364ee666 /lib
parent986fe21c39749a87fd47b7355e4bdc60f9e0b6c9 (diff)
downloadpsych-f06670b6f38f433f1fa53901607613df2ea59dd0.zip
bumping to 1.3.0
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 df3acc0..10a98fc 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -93,7 +93,7 @@ require 'psych/handlers/document_stream'
module Psych
# The version is Psych you're using
- VERSION = '1.2.2'
+ VERSION = '1.3.0'
# The version of libyaml Psych is using
LIBYAML_VERSION = Psych.libyaml_version.join '.'