ruby/lib/fileutils/version.rb
2019-06-25 15:56:20 +09:00

5 lines
72 B
Ruby

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