summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-10-29 15:49:48 +0900
committergit <svn-admin@ruby-lang.org>2025-10-29 06:50:19 +0000
commit2dcf1f74a417c01c64f45f1ea73d9346ab444774 (patch)
tree31fa90cfe63ebbb75776948e7d038d477dfcc66d
parent582475b317e8ee88fc530499c316d135b8fbf1fc (diff)
[ruby/timeout] v0.4.4
https://github.com/ruby/timeout/commit/f42b47d383
-rw-r--r--lib/timeout.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeout.rb b/lib/timeout.rb
index f5f232ad2a..e1f0a4a78c 100644
--- a/lib/timeout.rb
+++ b/lib/timeout.rb
@@ -20,7 +20,7 @@
module Timeout
# The version
- VERSION = "0.4.3"
+ VERSION = "0.4.4"
# Internal error raised to when a timeout is triggered.
class ExitException < Exception