summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 13:44:16 +0900
committergit <svn-admin@ruby-lang.org>2023-11-07 04:56:40 +0000
commitacf0f8551e6acc4f14143433e798c5cfb9087144 (patch)
treef6aa820aac87fe745d666d7333c58536eab39d78 /lib
parentf26e89c4a76b628d36b8389a4c9462de97cf4f12 (diff)
[ruby/timeout] Bump up 0.4.1
https://github.com/ruby/timeout/commit/a65e49cc31
Diffstat (limited to 'lib')
-rw-r--r--lib/timeout.rb2
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