Skip to content

Commit

Permalink
bump version to 0.16.1
Browse files Browse the repository at this point in the history
also pull version into a variable because i'm sick of typing it twice
every time
  • Loading branch information
phinze committed Sep 15, 2013
1 parent 1efae59 commit 79e20e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions brew-cask.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
require 'formula'

HOMEBREW_CASK_VERSION = '0.16.1'

class BrewCask < Formula
homepage 'https://github.com/phinze/homebrew-cask/'
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.16.0'
version '0.16.0'
url 'https://github.com/phinze/homebrew-cask.git', :tag => "v#{HOMEBREW_CASK_VERISON}"
version HOMEBREW_CASK_VERSION

head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'

Expand Down

0 comments on commit 79e20e6

Please sign in to comment.