diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-05-25 17:55:14 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-05-25 18:08:01 +0900 |
commit | fde4519af8762fccc8488d1972d984a1c44691f4 (patch) | |
tree | 69f3ad17871cd8bf3c17825d5cf335cbf82eb904 /lib/timeout.rb | |
parent | 0114c72df0dd4c6df3766bc32f4cadd939b3b0f4 (diff) |
[ruby/timeout] Bump version to 0.3.0
https://github.com/ruby/timeout/commit/f69f954a94
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 6e7adbd259..996df6e859 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.2.0" + VERSION = "0.3.0" # Raised by Timeout.timeout when the block times out. class Error < RuntimeError |