diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-07-08 18:37:30 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-07-08 18:37:30 +0000 |
commit | 7ca705672dd63bd300c01858991f6ddaae87181c (patch) | |
tree | 9b54e46a0a9b851d6aa76f099b1faf084bfafb28 /lib | |
parent | a24deb8a2c5d642d831d9b22dec6be0f4a9f0182 (diff) | |
download | chef-7ca705672dd63bd300c01858991f6ddaae87181c.tar.gz |
Bump version of chef to 12.12.23 by Chef Versioner.v12.12.23
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 1f5e4f7596..7d2b003c15 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.12.22" + VERSION = "12.12.23" end # |