ruby/lib/fileutils/version.rb
2019-09-27 11:39:02 +09:00

5 lines
72 B
Ruby

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