summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-05 01:45:54 +0000
committerJohn McCrae <john.mccrae@progress.com>2021-05-14 08:53:51 -0700
commitcf7bece7522943b217638f1406ad64f9b2e7e87f (patch)
tree254df5f270ff738d4b37e619e7987695312ad4e5 /chef-bin/lib/chef-bin/version.rb
parent4bfb0119bd4ca60648293c3d5c40dd4131850d5f (diff)
downloadchef-cf7bece7522943b217638f1406ad64f9b2e7e87f.tar.gz
Bump version to 17.1.14 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 7d67fbae06..8104180527 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.1.13".freeze
+ VERSION = "17.1.14".freeze
end
#