From 54633b2a6eff8fe4c4dbbe8ef42ec95db738c509 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Fri, 25 Aug 2017 09:22:45 -0400 Subject: [PATCH] Version 2.2.1 Heroku Toolbelt has been replaced by / renamed to Heroku CLI. It is installed with `brew install heroku`. See: https://devcenter.heroku.com/articles/heroku-cli#macos Related: https://github.com/thoughtbot/laptop/commit/3b7845b849830033e87617b470d8dd64c925e732 https://github.com/thoughtbot/laptop/commit/0636eea1983af478037fd75a9519a92f9f18a81f --- lib/parity/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/parity/version.rb b/lib/parity/version.rb index 36af753..c91f099 100644 --- a/lib/parity/version.rb +++ b/lib/parity/version.rb @@ -1,3 +1,3 @@ module Parity - VERSION = "2.2.0".freeze + VERSION = "2.2.1".freeze end