lib/aws-record/record/version.rb (
5
lines of code) (
raw
):
# frozen_string_literal: true module Aws module Record VERSION = File.read(File.expand_path('../../../VERSION', __dir__)).strip end end