summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-07 20:30:47 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-07 20:30:47 +0000
commit83ad814c23d2b55411bd2f8d9e412008cfb81368 (patch)
treefc87b97e49dd126add88ec529e31a675228a87e1 /chef-bin/lib/chef-bin/version.rb
parent364813a324b71cc4ee38238e096216b27491d6bb (diff)
downloadchef-83ad814c23d2b55411bd2f8d9e412008cfb81368.tar.gz
Bump version to 18.1.31 by Chef Expeditorv18.1.31
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 4c98cce544..ddd01a63f9 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 = "18.1.30".freeze
+ VERSION = "18.1.31".freeze
end
#