diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-07 13:44:16 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-07 04:56:40 +0000 |
commit | acf0f8551e6acc4f14143433e798c5cfb9087144 (patch) | |
tree | f6aa820aac87fe745d666d7333c58536eab39d78 /lib/timeout.rb | |
parent | f26e89c4a76b628d36b8389a4c9462de97cf4f12 (diff) |
[ruby/timeout] Bump up 0.4.1
https://github.com/ruby/timeout/commit/a65e49cc31
Diffstat (limited to 'lib/timeout.rb')
-rw-r--r-- | lib/timeout.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeout.rb b/lib/timeout.rb index 39c47cf2b4..d8806e22b3 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -23,7 +23,7 @@ # Copyright:: (C) 2000 Information-technology Promotion Agency, Japan module Timeout - VERSION = "0.4.0" + VERSION = "0.4.1" # Internal error raised to when a timeout is triggered. class ExitException < Exception |