aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/lib/psych/versions.rb
blob: 34a2c2607b6dc3b6ab9ef088beee7a7acd342c1c (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true
module Psych
  # The version is Psych you're using
  VERSION = '3.0.0.beta3'

  if RUBY_ENGINE == 'jruby'
    DEFAULT_SNAKEYAML_VERSION = '1.18'.freeze
  end
end