Skip to content

Commit

Permalink
release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 15, 2013
1 parent 9c7cce2 commit d1e8b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chef-handler-sns.gemspec
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-sns'
s.version = ::Chef::Handler::Sns::VERSION
s.date = '2013-11-01'
s.date = '2013-11-15'
s.platform = Gem::Platform::RUBY
s.summary = 'Chef SNS reports'
s.description = 'Chef report handler to send SNS notifications on failures or changes'
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/handler/sns/version.rb
Expand Up @@ -2,7 +2,7 @@
class Chef
class Handler
class Sns < ::Chef::Handler
VERSION = '0.2.6.dev'
VERSION = '0.2.6'
end
end
end
Expand Down

0 comments on commit d1e8b7e

Please sign in to comment.