summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-23 01:42:20 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-23 01:42:20 +0000
commit74fa55438fd7526e3f0f86da56a423d1b487e766 (patch)
tree39c16a538aa1cd4b94e677f1b07eba121f3ea3fa /chef-utils/lib/chef-utils/version.rb
parent862c6e8bc69e1db496eab92c9947e1e238b471a5 (diff)
downloadchef-74fa55438fd7526e3f0f86da56a423d1b487e766.tar.gz
Bump version to 17.0.119 by Chef Expeditorv17.0.119
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 91f1393ca6..d66ea1e8c9 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.118"
+ VERSION = "17.0.119"
end