summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-18 22:06:36 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-18 22:06:36 +0000
commit02e0d58f8ee9a8e1e417646714015acc8336aa67 (patch)
tree8f5a70a11a17072a722384913d98b83d4540b1a9 /lib
parent1bf48dd8256f1af2785732fcbfb8f3d751d5f3b9 (diff)
downloadchef-02e0d58f8ee9a8e1e417646714015acc8336aa67.tar.gz
Bump version of chef to 12.14.15 by Chef Versioner.v12.14.15
Diffstat (limited to 'lib')
-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 4322b0769c..7fb8f74e3b 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.14.14"
+ VERSION = "12.14.15"
end
#