summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-20 16:25:12 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-20 16:25:12 +0000
commit96a3ea931e21f2f579e4322457c5b88c0f18ba14 (patch)
tree3330fb763c7f71d65761be0ef79a84b03bc14cc6 /lib
parent21fd3fae84ba79587233bc5b1493a82a44fcb947 (diff)
downloadchef-96a3ea931e21f2f579e4322457c5b88c0f18ba14.tar.gz
Bump version to 14.0.69 by Expeditorv14.0.69
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 d53483ff45..31803dbe97 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.68")
+ VERSION = Chef::VersionString.new("14.0.69")
end
#