diff --git a/README.md b/README.md index 49d26fbd..06150800 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ _If you're one of the rare people like me who find this useful, feel free to -The current version of `doing` is 2.1.58. +The current version of `doing` is 2.1.60. Find all of the documentation in the [doing wiki][wiki]. diff --git a/lib/doing/version.rb b/lib/doing/version.rb index 00fded6c..dd31b164 100644 --- a/lib/doing/version.rb +++ b/lib/doing/version.rb @@ -1,3 +1,3 @@ module Doing - VERSION = '2.1.60' + VERSION = '2.1.61' end