We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3afaa commit 091cd46Copy full SHA for 091cd46
lib/psych/versions.rb
@@ -2,7 +2,7 @@
2
# frozen_string_literal: true
3
module Psych
4
# The version of Psych you are using
5
- VERSION = '3.3.0'
+ VERSION = '3.3.1'
6
7
if RUBY_ENGINE == 'jruby'
8
DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze
0 commit comments