From 633275ec6de6a07a3119a092c2dbac2c5769beaf Mon Sep 17 00:00:00 2001 From: phinze Date: Sat, 11 May 2013 20:20:26 -0500 Subject: [PATCH] bump version to 0.11.0 --- brew-cask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brew-cask.rb b/brew-cask.rb index 6be8eedfcbc..a8bf21aa12d 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -2,8 +2,8 @@ require 'formula' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/' - url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.10.1' - version '0.10.1' + url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.11.0' + version '0.11.0' head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'