summaryrefslogtreecommitdiff
path: root/lib/psych/versions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psych/versions.rb')
-rw-r--r--lib/psych/versions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb
index b0ec018..acb2133 100644
--- a/lib/psych/versions.rb
+++ b/lib/psych/versions.rb
@@ -1,8 +1,8 @@
-
# frozen_string_literal: true
+
module Psych
# The version of Psych you are using
- VERSION = '3.3.1'
+ VERSION = '3.3.2'
if RUBY_ENGINE == 'jruby'
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze