diff --git a/README.md b/README.md index df5b12c8..6983acc9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,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.80. +The current version of `doing` is 2.1.81. Find all of the documentation in the [doing wiki][wiki]. diff --git a/lib/doing/version.rb b/lib/doing/version.rb index 862d1d28..94bd6577 100644 --- a/lib/doing/version.rb +++ b/lib/doing/version.rb @@ -1,3 +1,3 @@ module Doing - VERSION = '2.1.81' + VERSION = '2.1.82' end