Skip to content

Commit

Permalink
beta release 1.0.0.beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Feb 12, 2014
1 parent 45ee6be commit cc74263
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
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-sns'
s.version = ::Chef::Handler::Sns::VERSION
s.date = '2014-02-07'
s.date = '2014-02-12'
s.platform = Gem::Platform::RUBY
s.summary = 'Chef SNS reports'
s.description = 'Chef report handler to send Amazon SNS notifications on failures or changes, includes IAM roles support'
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/handler/sns/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class Chef
class Handler
class Sns < ::Chef::Handler
VERSION = '0.2.7.dev'
VERSION = '1.0.0.beta.1'
end
end
end
Expand Down

0 comments on commit cc74263

Please sign in to comment.