Skip to content

Commit

Permalink
Bump version of chef to 13.0.34 by Chef Versioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Versioner committed Mar 13, 2017
1 parent 1e27eb8 commit ed4cf4b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef).

## [v13.0.32](https://github.com/chef/chef/tree/v13.0.32) (2017-03-10)
[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.32)
## [v13.0.33](https://github.com/chef/chef/tree/v13.0.33) (2017-03-10)
[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.33)

**Closed issues:**

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ GIT
PATH
remote: .
specs:
chef (13.0.33)
chef (13.0.34)
addressable
bundler (>= 1.10)
chef-config (= 13.0.33)
chef-config (= 13.0.34)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand All @@ -142,10 +142,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
chef (13.0.33-universal-mingw32)
chef (13.0.34-universal-mingw32)
addressable
bundler (>= 1.10)
chef-config (= 13.0.33)
chef-config (= 13.0.34)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand Down Expand Up @@ -186,7 +186,7 @@ PATH
PATH
remote: chef-config
specs:
chef-config (13.0.33)
chef-config (13.0.34)
addressable
fuzzyurl
mixlib-config (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.0.33
13.0.34
2 changes: 1 addition & 1 deletion chef-config/lib/chef-config/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
VERSION = "13.0.33"
VERSION = "13.0.34"
end

#
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
VERSION = "13.0.33"
VERSION = "13.0.34"
end

#
Expand Down

0 comments on commit ed4cf4b

Please sign in to comment.