summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-16 00:03:36 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-16 00:03:36 +0000
commitf5ea7178fc8ce49bf255e3a3bba03a542a276a59 (patch)
tree7e8873c9c67f2f474384080487aa35b6840e5e59 /lib
parent8dfd997a802e1138c525be44d2f4b4d98a13704a (diff)
downloadchef-f5ea7178fc8ce49bf255e3a3bba03a542a276a59.tar.gz
Bump version of chef to 12.14.69 by Chef Versioner.v12.14.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 578c0603ba..2d86037589 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.68"
+ VERSION = "12.14.69"
end
#