Skip to content

Commit

Permalink
Bump version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sersut committed Apr 8, 2014
1 parent 8deb3cf commit 2ee3ea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chef.gemspec
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-cli", "~> 1.4"
s.add_dependency "mixlib-log", "~> 1.3"
s.add_dependency "mixlib-authentication", "~> 1.3"
s.add_dependency "mixlib-shellout", "= 1.4.0.rc.1"
s.add_dependency "ohai", "= 7.0.0.rc.3"
s.add_dependency "mixlib-shellout", "~> 1.4"
s.add_dependency "ohai", "~> 7.0"

s.add_dependency "rest-client", ">= 1.0.4", "< 1.7.0"
# rest-client has an unbounded dependency on mime-types.
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/version.rb
Expand Up @@ -17,7 +17,7 @@

class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
VERSION = '11.12.0.rc.2'
VERSION = '11.12.0'
end

# NOTE: the Chef::Version class is defined in version_class.rb

0 comments on commit 2ee3ea6

Please sign in to comment.