summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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