Skip to content

Commit

Permalink
Bump version of chef to 12.19.39 by Chef Versioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Versioner committed Feb 27, 2017
1 parent fdeb983 commit ef11843
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ GIT
PATH
remote: .
specs:
chef (12.19.38)
chef (12.19.39)
addressable
bundler (>= 1.10)
chef-config (= 12.19.38)
chef-config (= 12.19.39)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand All @@ -75,10 +75,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
chef (12.19.38-universal-mingw32)
chef (12.19.39-universal-mingw32)
addressable
bundler (>= 1.10)
chef-config (= 12.19.38)
chef-config (= 12.19.39)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand Down Expand Up @@ -119,7 +119,7 @@ PATH
PATH
remote: chef-config
specs:
chef-config (12.19.38)
chef-config (12.19.39)
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 @@
12.19.38
12.19.39
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 = "12.19.38"
VERSION = "12.19.39"
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 = "12.19.38"
VERSION = "12.19.39"
end

#
Expand Down

0 comments on commit ef11843

Please sign in to comment.