summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-02-24 09:29:49 -0800
committerAaron Patterson <tenderlove@ruby-lang.org>2021-02-24 09:29:49 -0800
commit091cd46b1f18d7a6465c7025f2f1d5a4f2bb70a4 (patch)
tree6e86a1683fccb54cc73801be9a02fb8f4d3617d6
parent8c3afaa0a3db2f3afc187e91886adf278e8e0190 (diff)
downloadpsych-091cd46b1f18d7a6465c7025f2f1d5a4f2bb70a4.zip
bump version
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index 5c0e55b..b0ec018 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -2,7 +2,7 @@
# frozen_string_literal: true
module Psych
# The version of Psych you are using
- VERSION = '3.3.0'
+ VERSION = '3.3.1'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze