Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 5, 2013
1 parent 56081e7 commit 9718b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chef-handler-zookeeper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chef_version = ENV.key?('CHEF_VERSION') ? "#{ENV['CHEF_VERSION']}" : ['>= 0.9.0'
Gem::Specification.new do |s|
s.name = 'chef-handler-zookeeper'
s.version = ::Chef::Handler::ZookeeperHandler::VERSION
s.date = '2013-10-28'
s.date = '2013-11-05'
s.platform = Gem::Platform::RUBY
s.summary = 'Send Chef reports to Zookeeper'
s.description = 'Chef report handler to send notifications to Zookeeper about Chef runs.'
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/handler/zookeeper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class Chef
class Handler
class ZookeeperHandler < ::Chef::Handler
VERSION = '0.1.1.dev'
VERSION = '0.1.1'
end
end
end
Expand Down

0 comments on commit 9718b58

Please sign in to comment.