summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-14 22:21:08 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-14 22:21:08 +0000
commitc7cdc49cabcdafb59c5f9518e93d0f2f9595c3be (patch)
treecfd15205822f36c9cff24515ef803371f781a774 /chef-config
parentf7b4e27cb2f08b4f2911b303d3366b142780b1f2 (diff)
downloadchef-c7cdc49cabcdafb59c5f9518e93d0f2f9595c3be.tar.gz
Bump version to 15.0.65 by Chef Expeditorv15.0.65
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index aacd0dd0db..4dd794b9b6 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.0.64".freeze
+ VERSION = "15.0.65".freeze
end
#