diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-06-08 16:38:36 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-06-08 16:38:36 -0700 |
commit | c40b3ec5d69b38170d3e7ec1259b5f4e086aee77 (patch) | |
tree | 3748a8965e6b478f193a93c5d70573cbfaeee4d1 /lib/chef/version.rb | |
parent | c5841a3036aca5852c0f8db2a46126331028679b (diff) | |
download | chef-12_12.tar.gz |
updating chef minor version12_12
Diffstat (limited to 'lib/chef/version.rb')
-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 46eb073c8b..96ff052ae4 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.11.22" + VERSION = "12.12.0" end # |