diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-06-23 12:51:31 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-06-23 03:52:03 +0000 |
commit | b7375770ef15c7d7b3fdf14bf1964a0209881f98 (patch) | |
tree | 56d0144a56baa807488cc72aae2fc18681ecd77b /lib/timeout.rb | |
parent | e8c9385123d6f7678b8c37f5543933703907abd2 (diff) |
[ruby/timeout] Bump up v0.4.0
https://github.com/ruby/timeout/commit/413194f8d2
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 49217d5b24..39c47cf2b4 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.3.2" + VERSION = "0.4.0" # Internal error raised to when a timeout is triggered. class ExitException < Exception |