summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-07-05 16:49:18 +0000
committerChef Versioner <chef-versioner@chef.io>2016-07-05 16:49:18 +0000
commitfd7000a6d17ddf5086b1a9c1a28fb5b795dbfea5 (patch)
tree24c04c578122fb62b62bee2298ed2784ab67eb49 /lib/chef/version.rb
parent6a9d42a4a701d9b168acf3469b7e613bee1c853e (diff)
downloadchef-fd7000a6d17ddf5086b1a9c1a28fb5b795dbfea5.tar.gz
Bump version of chef to 12.12.15 by Chef Versioner.v12.12.15
Diffstat (limited to 'lib/chef/version.rb')
-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 226aa93923..561c63df6d 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.14"
+ VERSION = "12.12.15"
end
#