diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-01 14:04:18 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-01 05:04:32 +0000 |
commit | 314b556cc57d93a6e0e2b120fb7e7a0c2186cb97 (patch) | |
tree | f1d337f2dd3fe9a5c80defdd90828e454e3c8876 | |
parent | fcbaaf3d53576a0f5b433b64a0d07b5e9bd520ef (diff) |
[ruby/fileutils] Bump up v1.7.3
https://github.com/ruby/fileutils/commit/c138e67613
-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 e8cc355760..b9d683797a 100644 --- a/lib/fileutils.rb +++ b/lib/fileutils.rb @@ -181,7 +181,7 @@ end # module FileUtils # The version number. - VERSION = "1.7.2" + VERSION = "1.7.3" def self.private_module_function(name) #:nodoc: module_function name |