[ruby/timeout] Bump up v0.4.0

https://github.com/ruby/timeout/commit/413194f8d2
This commit is contained in:
Hiroshi SHIBATA 2023-06-23 12:51:31 +09:00 committed by git
parent e8c9385123
commit b7375770ef

View File

@ -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