diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-05-31 17:26:28 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-05-31 17:26:28 +0000 |
commit | 7f78ab7197ecd065da65319603d875972931f4dc (patch) | |
tree | 24090d2196e9427c711947b4d2775365c47fd37c /lib | |
parent | f620577c57c9282e3ccc71a29cefacfe939d6329 (diff) | |
download | chef-7f78ab7197ecd065da65319603d875972931f4dc.tar.gz |
Bump version of chef to 12.11.13 by Chef Versioner.v12.11.13
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 886415787f..ad74747ec5 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.12" + VERSION = "12.11.13" end # |