ruby/lib/fileutils/version.rb

6 lines
72 B
Ruby

# frozen_string_literal: true
module FileUtils
VERSION = "1.3.0"
end