summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/versions.rb
blob: 49f8820246a5e1af820d77f9cdc4b7e46d56e1df (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.beta2'

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