Skip to content

Commit

Permalink
Version bump v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiezane committed Jun 19, 2015
1 parent eb2abf4 commit 615e02f
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.10.0
----

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

0.9.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.9.0'
VERSION = '0.10.0'

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

0 comments on commit 615e02f

Please sign in to comment.