# frozen_string_literal: true

module Magick
  VERSION = '6.0.0'
  MIN_RUBY_VERSION = '3.0.0'
  MIN_IM_VERSION = '6.8.9'
end
