diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-21 20:14:34 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-10-21 20:14:57 +0900 |
commit | 6b08aaf228d43e42be09742470749c73a134d30f (patch) | |
tree | bea090a1c172ee5a1c4ecf641b578c947e3cd6f4 /lib | |
parent | 6606597109bdb535a150606323ce3d8f5750e1f6 (diff) |
[ruby/fileutils] Bump up fileutils version to 1.6.0
https://github.com/ruby/fileutils/commit/918d19e4f2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fileutils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileutils.rb b/lib/fileutils.rb index 3333307e22..c115005163 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -102,7 +102,7 @@ end # <tt>:verbose</tt> flags to methods in FileUtils. # module FileUtils - VERSION = "1.5.0" + VERSION = "1.6.0" def self.private_module_function(name) #:nodoc: module_function name |