Skip to content

Commit

Permalink
Version bump to v0.2.1
Browse files Browse the repository at this point in the history
Changes:
* Bugfix for missing `status` option on `service` definitions (#39).

Cheers to @bijugs for the fix.
  • Loading branch information
mthssdrbrg committed Jun 11, 2014
1 parent 3232461 commit fd8fc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
license 'Apache 2.0'
description 'Installs and configures a Kafka broker'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.0'
version '0.2.1'

recipe 'kafka::source', 'Downloads, compiles and installs Kafka from source releases'
recipe 'kafka::binary', 'Downloads, extracts and installs Kafka from binary releases'
Expand Down

0 comments on commit fd8fc8d

Please sign in to comment.