summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-22 18:19:31 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-22 18:19:31 +0000
commit32a49bda660bbcf2f4c4455e0d243ac69a5733bb (patch)
tree288d1c9340801736dc7da08710ed77c243d6db39 /lib/chef
parent4541b1bd224ca05cec66bf49acd709801d38d942 (diff)
downloadchef-32a49bda660bbcf2f4c4455e0d243ac69a5733bb.tar.gz
Bump version to 14.0.8 by Expeditorv14.0.8
Diffstat (limited to 'lib/chef')
-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 835426777e..bacc084a97 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.0.7")
+ VERSION = Chef::VersionString.new("14.0.8")
end
#