Skip to content

Commit

Permalink
release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 1, 2013
1 parent e3d7870 commit f3de930
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-03-17'
s.date = '2013-11-01'
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.5.dev'
VERSION = '0.2.5'
end
end
end
Expand Down

0 comments on commit f3de930

Please sign in to comment.