# frozen_string_literal: true

module Aws
  module Record
    VERSION = File.read(File.expand_path('../../../VERSION', __dir__)).strip
  end
end
