From e24a05032ab9fe9a621676eb862d1f35a8a6a952 Mon Sep 17 00:00:00 2001 From: phinze Date: Wed, 2 Oct 2013 09:42:32 -0500 Subject: [PATCH] bump version to v0.17.2 --- brew-cask.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew-cask.rb b/brew-cask.rb index 6e3e7a07b28..8be63f70ec5 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -1,6 +1,6 @@ require 'formula' -HOMEBREW_CASK_VERSION = '0.17.1' +HOMEBREW_CASK_VERSION = '0.17.2' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/'