summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-26 21:10:45 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-26 21:10:45 +0000
commit68c9cbc93ed0d7dd995ae7240c1a8075c7d4387a (patch)
tree7bc5941dcc215be01b4767719d25d53bff80a937 /lib/chef
parentd3cdbd0d0fade10c4c11fe2c4ca2c3ff884e3183 (diff)
downloadchef-68c9cbc93ed0d7dd995ae7240c1a8075c7d4387a.tar.gz
Bump version of chef to 12.10.23 by Chef Versioner.v12.10.23
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 793a8ba6bc..c5bd690b2b 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.10.22"
+ VERSION = "12.10.23"
end
#