lib/attempt.rb in attempt-0.6.0 vs lib/attempt.rb in attempt-0.6.1

- old
+ new

@@ -4,10 +4,10 @@ # The Attempt class encapsulates methods related to multiple attempts at # running the same method before actually failing. class Attempt # The version of the attempt library. - VERSION = '0.6.0'.freeze + VERSION = '0.6.1'.freeze # Warning raised if an attempt fails before the maximum number of tries # has been reached. class Warning < StructuredWarnings::StandardWarning; end