Skip to content

Commit

Permalink
Version bump v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiezane committed May 2, 2015
1 parent 9dc9116 commit 09daaed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
================

0.9.0
----

- Add flag for exact match - [bunnymatic](https://github.com/bunnymatic) via [#51](https://github.com/eddiezane/lunchy/pull/51)

0.8.0
----

Expand Down
2 changes: 1 addition & 1 deletion lib/lunchy.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'fileutils'

class Lunchy
VERSION = '0.8.0'
VERSION = '0.9.0'

def start(params)
raise ArgumentError, "start [-wF] [name]" if params.empty?
Expand Down

0 comments on commit 09daaed

Please sign in to comment.