summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-17 13:23:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-17 15:47:43 +0900
commit8e258121942e7c879bc11d221425ac39f73afe8c (patch)
tree6f4d201addc675e0edd719c544d4fafdd3544f7b /lib
parent01624492ecb14d85e26023169bf8b36c6015c62d (diff)
[ruby/timeout] v0.6.0
https://github.com/ruby/timeout/commit/ab79dfff47
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 9969fa2e57..5d1f61d8af 100644
--- a/lib/timeout.rb
+++ b/lib/timeout.rb
@@ -20,7 +20,7 @@
module Timeout
# The version
- VERSION = "0.5.0"
+ VERSION = "0.6.0"
# Internal exception raised to when a timeout is triggered.
class ExitException < Exception