Skip to content

Commit

Permalink
Bump version of chef to 12.12.10 by Chef Versioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Versioner committed Jun 30, 2016
1 parent baafd5c commit 5f96cc1
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 @@ -17,9 +17,9 @@ GIT
PATH
remote: .
specs:
chef (12.12.9)
chef (12.12.10)
bundler (>= 1.10)
chef-config (= 12.12.9)
chef-config (= 12.12.10)
chef-zero (~> 4.5)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand All @@ -44,9 +44,9 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
chef (12.12.9-universal-mingw32)
chef (12.12.10-universal-mingw32)
bundler (>= 1.10)
chef-config (= 12.12.9)
chef-config (= 12.12.10)
chef-zero (~> 4.5)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand Down Expand Up @@ -86,7 +86,7 @@ PATH
PATH
remote: chef-config
specs:
chef-config (12.12.9)
chef-config (12.12.10)
fuzzyurl (~> 0.8.0)
mixlib-config (~> 2.0)
mixlib-shellout (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.12.9
12.12.10
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.12.9"
VERSION = "12.12.10"
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.12.9"
VERSION = "12.12.10"
end

#
Expand Down

0 comments on commit 5f96cc1

Please sign in to comment.