diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-07-14 18:26:28 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-07-14 18:26:28 +0000 |
commit | c2a2397bb45e207285ece78557e5eb7c63b1b133 (patch) | |
tree | 0dfccb21af95e531e4389cf2494021d987c3cb4c /lib | |
parent | 72615dbfda7127009a1c49989eb7296305057b12 (diff) | |
download | chef-c2a2397bb45e207285ece78557e5eb7c63b1b133.tar.gz |
Bump version of chef to 12.13.3 by Chef Versioner.v12.13.3
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 dd83f08895..82efffdaa5 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.13.2" + VERSION = "12.13.3" end # |