Skip to content

Commit

Permalink
Bump version of chef to 12.14.96 by Chef Versioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Versioner committed Sep 24, 2016
1 parent b797dcc commit 7ed2965
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 @@ -66,10 +66,10 @@ GIT
PATH
remote: .
specs:
chef (12.14.95)
chef (12.14.96)
addressable
bundler (>= 1.10)
chef-config (= 12.14.95)
chef-config (= 12.14.96)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand All @@ -95,10 +95,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
chef (12.14.95-universal-mingw32)
chef (12.14.96-universal-mingw32)
addressable
bundler (>= 1.10)
chef-config (= 12.14.95)
chef-config (= 12.14.96)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
Expand Down Expand Up @@ -139,7 +139,7 @@ PATH
PATH
remote: chef-config
specs:
chef-config (12.14.95)
chef-config (12.14.96)
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.14.95
12.14.96
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.14.95"
VERSION = "12.14.96"
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.14.95"
VERSION = "12.14.96"
end

#
Expand Down

0 comments on commit 7ed2965

Please sign in to comment.